interface ListTokenForSwapPayload<T0> {
    arguments: any[];
    arguments_decoded: [string, string, string, bigint, bigint, bigint, bigint];
    function: `${string}::${string}::${string}`;
    type: string;
    type_arguments: [string];
}

Type Parameters

  • T0 = any

Hierarchy (view full)

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

Properties

arguments: any[]

Arguments of the function

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

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