Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

ObjectKind

No description

enum ObjectKind {
NOT_INDEXED
INDEXED
}

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.

Member Of

Coin object ● CoinMetadata object ● IObject interface ● MoveObject object ● MovePackage object ● Object object ● StakedSui object ● SuinsRegistration object