Type Alias TypedFunctionPayload<T>

TypedFunctionPayload<T>: MoveCallSuiTransaction & {
    arguments_decoded: T;
}

Type Parameters

  • T extends any[]

Type declaration

  • arguments_decoded: T

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