@sentio/sdk
    Preparing search index...

    Variable Empty

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

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {}

        Returns Empty

    • decode: function
      • Parameters

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

        Returns Empty

    • encode: function
      • Parameters

        • _: Empty
        • Optionalwriter: Writer

        Returns Writer

    • fromJSON: function
      • Parameters

        • _: any

        Returns Empty

    • fromPartial: function
      • Parameters

        • _: {}

        Returns Empty

    • toJSON: function
      • Parameters

        Returns unknown