CommitSig: { create<I>(base?): CommitSig; decode(input,
length?): CommitSig; encode(message,
writer?): Writer; fromJSON(object): CommitSig; fromPartial<I>(object): CommitSig; toJSON(message): unknown; } Type declaration
create:function
- create<I>(base?): CommitSig
Type Parameters
- I extends {
blockIdFlag?: BlockIDFlag;
signature?: Uint8Array;
timestamp?: Date;
validatorAddress?: Uint8Array;
} & {
blockIdFlag?: BlockIDFlag;
signature?: Uint8Array;
timestamp?: Date;
validatorAddress?: Uint8Array;
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): CommitSig
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): CommitSig
Type Parameters
- I extends {
blockIdFlag?: BlockIDFlag;
signature?: Uint8Array;
timestamp?: Date;
validatorAddress?: Uint8Array;
} & {
blockIdFlag?: BlockIDFlag;
signature?: Uint8Array;
timestamp?: Date;
validatorAddress?: Uint8Array;
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown