aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Represents a Sui object, including its ID and type.

    interface Object {
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    Index
    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.