Documentation ¶
Index ¶
- func NewMsgSetWithdrawAddressMsg(from, withdrawAddress sdk.AccAddress) []byte
- func NewWithdrawDelegatorRewardMsg(from, validatorAddress, delegatorAddress sdk.AccAddress) []byte
- func NewWithdrawValidatorCommissionMsg(from, validatorAddress sdk.AccAddress) []byte
- func SignFundCommunityPoolTx(from string, amount sdk.Coin, gas, nonce uint64, priv string) ([]byte, error)
- func SignMsgSetWithdrawAddress(from, withdrawAddress sdk.AccAddress, gas, nonce uint64, priv string) ([]byte, error)
- func SignWithdrawDelegatorRewardTx(from, validatorAddress, delegatorAddress sdk.AccAddress, gas, nonce uint64, ...) ([]byte, error)
- func SignWithdrawValidatorCommissionTx(from, validatorAddress sdk.AccAddress, gas, nonce uint64, priv string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgSetWithdrawAddressMsg ¶
func NewMsgSetWithdrawAddressMsg(from, withdrawAddress sdk.AccAddress) []byte
func NewWithdrawDelegatorRewardMsg ¶
func NewWithdrawDelegatorRewardMsg(from, validatorAddress, delegatorAddress sdk.AccAddress) []byte
func NewWithdrawValidatorCommissionMsg ¶
func NewWithdrawValidatorCommissionMsg(from, validatorAddress sdk.AccAddress) []byte
func SignFundCommunityPoolTx ¶
func SignFundCommunityPoolTx(from string, amount sdk.Coin, gas, nonce uint64, priv string) ([]byte, error)
todo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.