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