Skip to main content

ObjectKind

No description

enum ObjectKind {
NOT_INDEXED
INDEXED
WRAPPED_OR_DELETED @deprecated
}

Values

ObjectKind.NOT_INDEXED

The object is loaded from serialized data, such as the contents of a transaction that hasn't been indexed yet.

ObjectKind.INDEXED

The object is fetched from the index.

ObjectKind.WRAPPED_OR_DELETED deprecated

DEPRECATED

will be removed with v1.26, as such objects can be considered non-existent

The object is deleted or wrapped and only partial information can be loaded from the indexer.

Member Of

Coin object ● CoinMetadata object ● IObject interface ● MoveObject object ● MovePackage object ● NameRegistration object ● Object object ● StakedIota object