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