interface MutateTokenPropertiesPayload {
    arguments: any[];
    arguments_decoded: [
        string,
        string,
        string,
        string,
        bigint,
        bigint,
        string[],
        string[],
        string[],
    ];
    function: `${string}::${string}::${string}`;
    type: string;
    type_arguments: [];
}

Hierarchy (View Summary)

  • TypedFunctionPayload<
        [
            MoveAddressType,
            MoveAddressType,
            string,
            string,
            bigint,
            bigint,
            string[],
            string[],
            string[],
        ],
    >
    • MutateTokenPropertiesPayload

Properties

arguments: any[]

Arguments of the function

arguments_decoded: [
    string,
    string,
    string,
    string,
    bigint,
    bigint,
    string[],
    string[],
    string[],
]

decoded argument data using ABI, undefined if there is decoding error, usually because the ABI/data mismatch

function: `${string}::${string}::${string}`
type: string
type_arguments: []

Type arguments of the function