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