@sentio/sdk
    Preparing search index...

    Variable MoveFetchConfig

    MoveFetchConfig: {
        create(
            base?: {
                allEvents?: boolean;
                includeFailedTransaction?: boolean;
                inputs?: boolean;
                resourceChanges?: boolean;
                resourceConfig?: { moveTypePrefix?: string };
                supportMultisigFunc?: boolean;
            },
        ): MoveFetchConfig;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): MoveFetchConfig;
        encode(message: MoveFetchConfig, writer?: Writer): Writer;
        fromJSON(object: any): MoveFetchConfig;
        fromPartial(
            object: {
                allEvents?: boolean;
                includeFailedTransaction?: boolean;
                inputs?: boolean;
                resourceChanges?: boolean;
                resourceConfig?: { moveTypePrefix?: string };
                supportMultisigFunc?: boolean;
            },
        ): MoveFetchConfig;
        toJSON(message: MoveFetchConfig): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              allEvents?: boolean;
              includeFailedTransaction?: boolean;
              inputs?: boolean;
              resourceChanges?: boolean;
              resourceConfig?: { moveTypePrefix?: string };
              supportMultisigFunc?: boolean;
          }

        Returns MoveFetchConfig

    • decode: function
      • Parameters

        • input: Uint8Array<ArrayBufferLike> | Reader
        • Optionallength: number

        Returns MoveFetchConfig

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: {
              allEvents?: boolean;
              includeFailedTransaction?: boolean;
              inputs?: boolean;
              resourceChanges?: boolean;
              resourceConfig?: { moveTypePrefix?: string };
              supportMultisigFunc?: boolean;
          }

        Returns MoveFetchConfig

    • toJSON: function
      • Parameters

        Returns unknown