interface UnburnPayload<T0> {
    arguments: any[];
    arguments_decoded: [Object<T0>];
    function: `${string}::${string}::${string}`;
    type: string;
    type_arguments: [string];
}

Type Parameters

  • T0 = any

Hierarchy (view full)

Properties

arguments: any[]

Arguments of the function

arguments_decoded: [Object<T0>]

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: [string]

Type arguments of the function