@sentio/sdk
    Preparing search index...

    Interface UnfreezeCoinStorePayload<T0>

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

    Type Parameters

    • T0 = any

    Hierarchy (View Summary)

    Index

    Properties

    arguments: any[]

    Arguments of the function

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

    Type arguments of the function