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

    Interface ApiAddSuiFrenAccessoryBody

    Inputs for building a transaction that adds an accessory to a SuiFren.

    interface ApiAddSuiFrenAccessoryBody {
        accessoryId: string;
        isOwned: boolean;
        suiFrenId: string;
        suiFrenType: string;
        walletAddress: string;
    }
    Index
    accessoryId: string

    ID of the accessory object to attach.

    isOwned: boolean

    Selects the owned-SuiFren Move variant when true.

    suiFrenId: string

    ID of the SuiFren or staked SuiFren metadata object.

    suiFrenType: string

    Generic Move type argument for the SuiFren object.

    walletAddress: string

    Transaction sender and owner expected by the selected Move call.