Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MsgBeginRedelegateInput ¶
type MsgBeginRedelegateInput struct { BaseReq rest.BaseReq `json:"base_req"` DelegatorAddress sdk.AccAddress `json:"delegator_address"` // in bech32 ValidatorSrcAddress sdk.ValAddress `json:"validator_src_address"` // in bech32 ValidatorDstAddress sdk.ValAddress `json:"validator_dst_address"` // in bech32 }
MsgBeginRedelegateInput defines the properties of a redelegate request's body.
type MsgDelegationsInput ¶
type MsgDelegationsInput struct { BaseReq rest.BaseReq `json:"base_req"` DelegatorAddress sdk.AccAddress `json:"delegator_address"` // in bech32 ValidatorAddress sdk.ValAddress `json:"validator_address"` // in bech32 Delegation sdk.Coin `json:"delegation"` }
MsgBeginRedelegateInput defines the properties of a delegation request's body.
type MsgUndelegateInput ¶
type MsgUndelegateInput struct { BaseReq rest.BaseReq `json:"base_req"` DelegatorAddress sdk.AccAddress `json:"delegator_address"` // in bech32 ValidatorAddress sdk.ValAddress `json:"validator_address"` // in bech32 }
MsgUndelegateInput defines the properties of a undelegate request's body.
Click to show internal directories.
Click to hide internal directories.