@sentio/sdk
    Preparing search index...

    Variable MoveAccountFetchConfig

    MoveAccountFetchConfig: {
        create(base?: { owned?: boolean }): MoveAccountFetchConfig;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): MoveAccountFetchConfig;
        encode(message: MoveAccountFetchConfig, writer?: Writer): Writer;
        fromJSON(object: any): MoveAccountFetchConfig;
        fromPartial(object: { owned?: boolean }): MoveAccountFetchConfig;
        toJSON(message: MoveAccountFetchConfig): unknown;
    }

    Type Declaration

    • create: function
    • decode: function
      • Parameters

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

        Returns MoveAccountFetchConfig

    • encode: function
    • fromJSON: function
    • fromPartial: function
    • toJSON: function