Variables
MsgFundCommunityPool
MsgFundCommunityPool: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; depositor?: string }): MsgFundCommunityPool
-
Parameters
-
object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; depositor?: string }
-
Optional amount?: { denom?: string | undefined; amount?: string | undefined; }[]
-
Optional depositor?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgFundCommunityPoolResponse
MsgFundCommunityPoolResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgSetWithdrawAddress
MsgSetWithdrawAddress: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { delegatorAddress?: string; withdrawAddress?: string }
-
Optional delegatorAddress?: string
-
Optional withdrawAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgSetWithdrawAddressResponse
MsgSetWithdrawAddressResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgWithdrawDelegatorReward
MsgWithdrawDelegatorReward: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { delegatorAddress?: string; validatorAddress?: string }
-
Optional delegatorAddress?: string
-
Optional validatorAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgWithdrawDelegatorRewardResponse
MsgWithdrawDelegatorRewardResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgWithdrawValidatorCommission
MsgWithdrawValidatorCommission: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { validatorAddress?: string }
-
Optional validatorAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgWithdrawValidatorCommissionResponse
MsgWithdrawValidatorCommissionResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.distribution.v1beta1" = 'cosmos.distribution.v1beta1'