Skip to main content

ObjectKind

No description

enum ObjectKind {
NOT_INDEXED
LIVE
HISTORICAL
WRAPPED_OR_DELETED
}

Values

ObjectKind.NOT_INDEXED

The object is loaded from serialized data, such as the contents of a transaction.

ObjectKind.LIVE

The object is currently live and is not deleted or wrapped.

ObjectKind.HISTORICAL

The object is referenced at some version, and thus is fetched from the snapshot or historical objects table.

ObjectKind.WRAPPED_OR_DELETED

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 ● Object object ● StakedSui object ● SuinsRegistration object