BlockID: { create<I>(base?): BlockID; decode(input,
length?): BlockID; encode(message,
writer?): Writer; fromJSON(object): BlockID; fromPartial<I>(object): BlockID; toJSON(message): unknown; } Type declaration
create:function
- create<I>(base?): BlockID
Type Parameters
- I extends {
hash?: Uint8Array;
partSetHeader?: {
hash?: Uint8Array;
total?: number;
};
} & {
hash?: Uint8Array;
partSetHeader?: {
hash?: Uint8Array;
total?: number;
} & {
hash?: Uint8Array;
total?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): BlockID
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Parameters
- message: BlockID
- writer: Writer = ...
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): BlockID
Type Parameters
- I extends {
hash?: Uint8Array;
partSetHeader?: {
hash?: Uint8Array;
total?: number;
};
} & {
hash?: Uint8Array;
partSetHeader?: {
hash?: Uint8Array;
total?: number;
} & {
hash?: Uint8Array;
total?: number;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown