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

    Public representation of a SuiFren accessory object.

    interface SuiFrenAccessoryObject {
        imageUrl: string;
        name: string;
        objectId: string;
        objectType: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Object
      • SuiFrenAccessoryObject
    Index
    imageUrl: string

    Image URL returned by the accessory display data.

    name: string

    Display name of the accessory.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    type: string

    Accessory type identifier used by add and remove transactions.