Variable LastValidatorPower
Type declaration
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): LastValidatorPower
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): LastValidatorPower
-
Type Parameters
-
I extends {
address?: string;
power?: number;
} & {
address?: string;
power?: number;
} & { [ K in string | number | symbol]: never }
-
toJSON:function