No
Data
: { decode
(input
: Uint8Array | Reader, length
?: number): NoData; encode
(_
: NoData, writer
?: Writer): Writer; fromJSON
(_
: any): NoData; fromPartial
<I>(_
: I): NoData; toJSON
(_
: NoData): unknown; }
Type declaration
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): NoData
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
- encode(_: NoData, writer?: Writer): Writer
-
Returns Writer
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(_: I): NoData
-
Type Parameters
-
I extends {} & {} & { [ K in string | number | symbol]: never }
-
toJSON:function
- toJSON(_: NoData): unknown
-
Returns unknown