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