@sentio/sdk
    Preparing search index...
    interface CreateCollectionPayload {
        arguments: any[];
        arguments_decoded: [
            string,
            bigint,
            string,
            string,
            boolean,
            boolean,
            boolean,
            boolean,
            boolean,
            boolean,
            boolean,
            boolean,
            boolean,
            bigint,
            bigint,
        ];
        function: `${string}::${string}::${string}`;
        type: string;
        type_arguments: [];
    }

    Hierarchy (View Summary)

    • TypedFunctionPayload<
          [
              string,
              bigint,
              string,
              string,
              boolean,
              boolean,
              boolean,
              boolean,
              boolean,
              boolean,
              boolean,
              boolean,
              boolean,
              bigint,
              bigint,
          ],
      >
      • CreateCollectionPayload
    Index

    Properties

    arguments: any[]

    Arguments of the function

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

    Type arguments of the function