getMeta
The getMeta method asynchronously retrieves a read-only snapshot of the complete metadata tree. The returned object is frozen and cannot be modified. This method uses the getMeta optimization if the meta connector provides it, otherwise it constructs the tree by reading individual Timestamps.
getMeta(): Promise<Readonly<Meta>>| returns | Promise<Readonly<Meta>> |
|---|
Since
v0.0.0