Documentation ¶
Index ¶
- func IBCTransfer(level types.Level, m *ibcTypes.MsgTransfer) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgAcknowledgement(level types.Level, m *coreChannel.MsgAcknowledgement) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgBeginRedelegate(level types.Level, m *cosmosStakingTypes.MsgBeginRedelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCancelUnbondingDelegation(level types.Level, m *cosmosStakingTypes.MsgCancelUnbondingDelegation) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCancelUpgrade(level types.Level, m *upgrade.MsgCancelUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelCloseConfirm(level types.Level, m *coreChannel.MsgChannelCloseConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelCloseInit(level types.Level, m *coreChannel.MsgChannelCloseInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenAck(level types.Level, m *coreChannel.MsgChannelOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenConfirm(level types.Level, m *coreChannel.MsgChannelOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenInit(level types.Level, m *coreChannel.MsgChannelOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenTry(level types.Level, m *coreChannel.MsgChannelOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenAck(level types.Level, m *coreConnection.MsgConnectionOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenConfirm(level types.Level, m *coreConnection.MsgConnectionOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenInit(level types.Level, m *coreConnection.MsgConnectionOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenTry(level types.Level, m *coreConnection.MsgConnectionOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateClient(level types.Level, m *coreClient.MsgCreateClient) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroup(level types.Level, m *group.MsgCreateGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroupPolicy(level types.Level, m *group.MsgCreateGroupPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroupWithPolicy(level types.Level, m *group.MsgCreateGroupWithPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreatePeriodicVestingAccount(level types.Level, m *cosmosVestingTypes.MsgCreatePeriodicVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreatePermanentLockedAccount(level types.Level, m *cosmosVestingTypes.MsgCreatePermanentLockedAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateValidator(level types.Level, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, *storage.Validator, error)
- func MsgCreateVestingAccount(level types.Level, m *cosmosVestingTypes.MsgCreateVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgDelegate(level types.Level, m *cosmosStakingTypes.MsgDelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgDeposit(level types.Level, depositorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgEditValidator(level types.Level, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, *storage.Validator, error)
- func MsgExec(level types.Level, m *authz.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgExecGroup(level types.Level, m *group.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgExecLegacyContent(level types.Level, m *cosmosGovTypesV1.MsgExecLegacyContent) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgFundCommunityPool(level types.Level, m *cosmosDistributionTypes.MsgFundCommunityPool) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgGrant(level types.Level, m *authz.MsgGrant) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgGrantAllowance(level types.Level, m *feegrant.MsgGrantAllowance) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgLeaveGroup(level types.Level, m *group.MsgLeaveGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgMultiSend(level types.Level, m *cosmosBankTypes.MsgMultiSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgPayForBlobs(level types.Level, m *appBlobTypes.MsgPayForBlobs) (storageTypes.MsgType, []storage.AddressWithType, []storage.Namespace, int64, ...)
- func MsgPayPacketFee(level types.Level, m *fee.MsgPayPacketFee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgPayPacketFeeAsync() (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRecvPacket(level types.Level, m *coreChannel.MsgRecvPacket) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterCounterpartyPayee(level types.Level, m *fee.MsgRegisterCounterpartyPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterEVMAddress(level types.Level, m *qgbTypes.MsgRegisterEVMAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterInterchainAccount(level types.Level, m *interchainAccounts.MsgRegisterInterchainAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterPayee(level types.Level, m *fee.MsgRegisterPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRevoke(level types.Level, m *authz.MsgRevoke) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRevokeAllowance(level types.Level, m *feegrant.MsgRevokeAllowance) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSend(level types.Level, m *cosmosBankTypes.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSendNFT(level types.Level, m *nft.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSendTx(level types.Level, m *interchainAccounts.MsgSendTx) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSetWithdrawAddress(level types.Level, m *cosmosDistributionTypes.MsgSetWithdrawAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSoftwareUpgrade(level types.Level, m *upgrade.MsgSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitEvidence(level types.Level, m *evidenceTypes.MsgSubmitEvidence) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitMisbehaviour(level types.Level, m *coreClient.MsgSubmitMisbehaviour) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitProposal(level types.Level, proposerAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitProposalGroup(level types.Level, m *group.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgTimeout(level types.Level, m *coreChannel.MsgTimeout) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgTimeoutOnClose(level types.Level, m *coreChannel.MsgTimeoutOnClose) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUndelegate(level types.Level, m *cosmosStakingTypes.MsgUndelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUnjail(level types.Level, m *cosmosSlashingTypes.MsgUnjail) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateClient(level types.Level, m *coreClient.MsgUpdateClient) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupAdmin(level types.Level, m *group.MsgUpdateGroupAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupMembers(level types.Level, m *group.MsgUpdateGroupMembers) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupMetadata(level types.Level, m *group.MsgUpdateGroupMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyAdmin(level types.Level, m *group.MsgUpdateGroupPolicyAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyDecisionPolicy(level types.Level, m *group.MsgUpdateGroupPolicyDecisionPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyMetadata(level types.Level, m *group.MsgUpdateGroupPolicyMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpgradeClient(level types.Level, m *coreClient.MsgUpgradeClient) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVerifyInvariant(level types.Level, m *crisisTypes.MsgVerifyInvariant) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVote(level types.Level, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVoteGroup(level types.Level, m *group.MsgVote) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVoteWeighted(level types.Level, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawDelegatorReward(level types.Level, m *cosmosDistributionTypes.MsgWithdrawDelegatorReward) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawProposal(level types.Level, m *group.MsgWithdrawProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawValidatorCommission(level types.Level, m *cosmosDistributionTypes.MsgWithdrawValidatorCommission) (storageTypes.MsgType, []storage.AddressWithType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IBCTransfer ¶
func IBCTransfer(level types.Level, m *ibcTypes.MsgTransfer) (storageTypes.MsgType, []storage.AddressWithType, error)
IBCTransfer defines a msg to transfer fungible tokens (i.e., Coins) between ICS20 enabled chains. See ICS Spec here: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
func MsgAcknowledgement ¶
func MsgAcknowledgement(level types.Level, m *coreChannel.MsgAcknowledgement) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgAcknowledgement receives incoming IBC acknowledgement
func MsgBeginRedelegate ¶
func MsgBeginRedelegate(level types.Level, m *cosmosStakingTypes.MsgBeginRedelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgBeginRedelegate defines an SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.
func MsgCancelUnbondingDelegation ¶
func MsgCancelUnbondingDelegation(level types.Level, m *cosmosStakingTypes.MsgCancelUnbondingDelegation) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCancelUnbondingDelegation defines the SDK message for performing a cancel unbonding delegation for delegator
Since: cosmos-sdk 0.46
func MsgCancelUpgrade ¶
func MsgCancelUpgrade(level types.Level, m *upgrade.MsgCancelUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
func MsgChannelCloseConfirm ¶
func MsgChannelCloseConfirm(level types.Level, m *coreChannel.MsgChannelCloseConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelCloseConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of channel state to CLOSED on Chain A.
func MsgChannelCloseInit ¶
func MsgChannelCloseInit(level types.Level, m *coreChannel.MsgChannelCloseInit) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelCloseInit defines a msg sent by a Relayer to Chain A to close a channel with Chain B.
func MsgChannelOpenAck ¶
func MsgChannelOpenAck(level types.Level, m *coreChannel.MsgChannelOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelOpenAck defines a msg sent by a Relayer to Chain A to acknowledge the change of channel state to TRYOPEN on Chain B.
func MsgChannelOpenConfirm ¶
func MsgChannelOpenConfirm(level types.Level, m *coreChannel.MsgChannelOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelOpenConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of channel state to OPEN on Chain A.
func MsgChannelOpenInit ¶
func MsgChannelOpenInit(level types.Level, m *coreChannel.MsgChannelOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelOpenInit defines an sdk.Msg to initialize a channel handshake. It is called by a relayer on Chain A.
func MsgChannelOpenTry ¶
func MsgChannelOpenTry(level types.Level, m *coreChannel.MsgChannelOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgChannelOpenTry defines a msg sent by a Relayer to try to open a channel on Chain B. The version field within the Channel field has been deprecated. Its value will be ignored by core IBC.
func MsgConnectionOpenAck ¶
func MsgConnectionOpenAck(level types.Level, m *coreConnection.MsgConnectionOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgConnectionOpenAck defines a msg sent by a Relayer to Chain A to acknowledge the change of connection state to TRYOPEN on Chain B.
func MsgConnectionOpenConfirm ¶
func MsgConnectionOpenConfirm(level types.Level, m *coreConnection.MsgConnectionOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgConnectionOpenConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of connection state to OPEN on Chain A.
func MsgConnectionOpenInit ¶
func MsgConnectionOpenInit(level types.Level, m *coreConnection.MsgConnectionOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgConnectionOpenInit defines the msg sent by an account on Chain A to initialize a connection with Chain B.
func MsgConnectionOpenTry ¶
func MsgConnectionOpenTry(level types.Level, m *coreConnection.MsgConnectionOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a connection on Chain B.
func MsgCreateClient ¶
func MsgCreateClient(level types.Level, m *coreClient.MsgCreateClient) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateClient defines a message to create an IBC client
func MsgCreateGroup ¶
func MsgCreateGroup(level types.Level, m *group.MsgCreateGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroup is the Msg/CreateGroup request type.
func MsgCreateGroupPolicy ¶
func MsgCreateGroupPolicy(level types.Level, m *group.MsgCreateGroupPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
func MsgCreateGroupWithPolicy ¶
func MsgCreateGroupWithPolicy(level types.Level, m *group.MsgCreateGroupWithPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
func MsgCreatePeriodicVestingAccount ¶
func MsgCreatePeriodicVestingAccount(level types.Level, m *cosmosVestingTypes.MsgCreatePeriodicVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateVestingAccount defines a message that enables creating a vesting account.
Since: cosmos-sdk 0.46
func MsgCreatePermanentLockedAccount ¶
func MsgCreatePermanentLockedAccount(level types.Level, m *cosmosVestingTypes.MsgCreatePermanentLockedAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreatePermanentLockedAccount defines a message that enables creating a permanent locked account.
Since: cosmos-sdk 0.46
func MsgCreateValidator ¶
func MsgCreateValidator(level types.Level, status storageTypes.Status, m *cosmosStakingTypes.MsgCreateValidator) (storageTypes.MsgType, []storage.AddressWithType, *storage.Validator, error)
MsgCreateValidator defines an SDK message for creating a new validator.
func MsgCreateVestingAccount ¶
func MsgCreateVestingAccount(level types.Level, m *cosmosVestingTypes.MsgCreateVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateVestingAccount defines a message that enables creating a vesting account.
func MsgDelegate ¶
func MsgDelegate(level types.Level, m *cosmosStakingTypes.MsgDelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgDelegate defines a SDK message for performing a delegation of coins from a delegator to a validator.
func MsgDeposit ¶
func MsgDeposit(level types.Level, depositorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgDeposit defines a message to submit a deposit to an existing proposal.
func MsgEditValidator ¶
func MsgEditValidator(level types.Level, status storageTypes.Status, m *cosmosStakingTypes.MsgEditValidator) (storageTypes.MsgType, []storage.AddressWithType, *storage.Validator, error)
MsgEditValidator defines a SDK message for editing an existing validator.
func MsgExec ¶
func MsgExec(level types.Level, m *authz.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.
func MsgExecGroup ¶
func MsgExecGroup(level types.Level, m *group.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgExec is the Msg/Exec request type.
func MsgExecLegacyContent ¶
func MsgExecLegacyContent(level types.Level, m *cosmosGovTypesV1.MsgExecLegacyContent) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgExecLegacyContent is used to wrap the legacy content field into a message. This ensures backwards compatibility with v1beta1.MsgSubmitProposal.
func MsgFundCommunityPool ¶
func MsgFundCommunityPool(level types.Level, m *cosmosDistributionTypes.MsgFundCommunityPool) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgFundCommunityPool allows an account to directly fund the community pool.
func MsgGrant ¶
func MsgGrant(level types.Level, m *authz.MsgGrant) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgGrant is a request type for Grant method. It declares authorization to the grantee on behalf of the granter with the provided expiration time.
func MsgGrantAllowance ¶
func MsgGrantAllowance(level types.Level, m *feegrant.MsgGrantAllowance) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgGrantAllowance adds permission for Grantee to spend up to Allowance of fees from the account of Granter.
func MsgLeaveGroup ¶
func MsgLeaveGroup(level types.Level, m *group.MsgLeaveGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgLeaveGroup is the Msg/LeaveGroup request type.
func MsgMultiSend ¶
func MsgMultiSend(level types.Level, m *cosmosBankTypes.MsgMultiSend) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgMultiSend represents an arbitrary multi-in, multi-out send message.
func MsgPayForBlobs ¶
func MsgPayForBlobs(level types.Level, m *appBlobTypes.MsgPayForBlobs) (storageTypes.MsgType, []storage.AddressWithType, []storage.Namespace, int64, error)
MsgPayForBlobs pays for the inclusion of a blob in the block.
func MsgPayPacketFee ¶
func MsgPayPacketFee(level types.Level, m *fee.MsgPayPacketFee) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgPayPacketFee defines the request type for the PayPacketFee rpc This Msg can be used to pay for a packet at the next sequence send & should be combined with the Msg that will be paid for
func MsgPayPacketFeeAsync ¶
func MsgPayPacketFeeAsync() (storageTypes.MsgType, []storage.AddressWithType, error)
MsgPayPacketFeeAsync defines the request type for the PayPacketFeeAsync rpc This Msg can be used to pay for a packet at a specified sequence (instead of the next sequence sends)
func MsgRecvPacket ¶
func MsgRecvPacket(level types.Level, m *coreChannel.MsgRecvPacket) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRecvPacket receives an incoming IBC packet
func MsgRegisterCounterpartyPayee ¶
func MsgRegisterCounterpartyPayee(level types.Level, m *fee.MsgRegisterCounterpartyPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterCounterpartyPayee defines the request type for the RegisterCounterpartyPayee rpc
func MsgRegisterEVMAddress ¶
func MsgRegisterEVMAddress(level types.Level, m *qgbTypes.MsgRegisterEVMAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterEVMAddress registers an evm address to a validator.
func MsgRegisterInterchainAccount ¶
func MsgRegisterInterchainAccount(level types.Level, m *interchainAccounts.MsgRegisterInterchainAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterInterchainAccount defines the payload for Msg/MsgRegisterInterchainAccount
func MsgRegisterPayee ¶
func MsgRegisterPayee(level types.Level, m *fee.MsgRegisterPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterPayee defines the request type for the RegisterPayee rpc
func MsgRevoke ¶
func MsgRevoke(level types.Level, m *authz.MsgRevoke) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRevoke revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.
func MsgRevokeAllowance ¶
func MsgRevokeAllowance(level types.Level, m *feegrant.MsgRevokeAllowance) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRevokeAllowance removes any existing Allowance from Granter to Grantee.
func MsgSend ¶
func MsgSend(level types.Level, m *cosmosBankTypes.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSend represents a message to send coins from one account to another.
func MsgSendNFT ¶
func MsgSendNFT(level types.Level, m *nft.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSendNFT represents a message to send a nft from one account to another account.
func MsgSendTx ¶
func MsgSendTx(level types.Level, m *interchainAccounts.MsgSendTx) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSendTx defines the payload for Msg/SendTx
func MsgSetWithdrawAddress ¶
func MsgSetWithdrawAddress(level types.Level, m *cosmosDistributionTypes.MsgSetWithdrawAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSetWithdrawAddress sets the withdrawal address for a delegator (or validator self-delegation).
func MsgSoftwareUpgrade ¶
func MsgSoftwareUpgrade(level types.Level, m *upgrade.MsgSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
func MsgSubmitEvidence ¶
func MsgSubmitEvidence(level types.Level, m *evidenceTypes.MsgSubmitEvidence) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
func MsgSubmitMisbehaviour ¶
func MsgSubmitMisbehaviour(level types.Level, m *coreClient.MsgSubmitMisbehaviour) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitMisbehaviour defines a sdk.Msg type that submits Evidence for light client misbehavior
func MsgSubmitProposal ¶
func MsgSubmitProposal(level types.Level, proposerAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitProposal defines a sdk.Msg type that supports submitting arbitrary proposal Content.
func MsgSubmitProposalGroup ¶
func MsgSubmitProposalGroup(level types.Level, m *group.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitProposal is the Msg/SubmitProposal request type.
func MsgTimeout ¶
func MsgTimeout(level types.Level, m *coreChannel.MsgTimeout) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgTimeout receives a timed-out packet
func MsgTimeoutOnClose ¶
func MsgTimeoutOnClose(level types.Level, m *coreChannel.MsgTimeoutOnClose) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgTimeoutOnClose timed-out packet upon counterparty channel closure
func MsgUndelegate ¶
func MsgUndelegate(level types.Level, m *cosmosStakingTypes.MsgUndelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUndelegate defines a SDK message for performing an undelegation from a delegate and a validator.
func MsgUnjail ¶
func MsgUnjail(level types.Level, m *cosmosSlashingTypes.MsgUnjail) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUnjail defines the Msg/Unjail request type
func MsgUpdateClient ¶
func MsgUpdateClient(level types.Level, m *coreClient.MsgUpdateClient) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateClient defines a sdk.Msg to update an IBC client state using the given header
func MsgUpdateGroupAdmin ¶
func MsgUpdateGroupAdmin(level types.Level, m *group.MsgUpdateGroupAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
func MsgUpdateGroupMembers ¶
func MsgUpdateGroupMembers(level types.Level, m *group.MsgUpdateGroupMembers) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
func MsgUpdateGroupMetadata ¶
func MsgUpdateGroupMetadata(level types.Level, m *group.MsgUpdateGroupMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
func MsgUpdateGroupPolicyAdmin ¶
func MsgUpdateGroupPolicyAdmin(level types.Level, m *group.MsgUpdateGroupPolicyAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
func MsgUpdateGroupPolicyDecisionPolicy ¶
func MsgUpdateGroupPolicyDecisionPolicy(level types.Level, m *group.MsgUpdateGroupPolicyDecisionPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
func MsgUpdateGroupPolicyMetadata ¶
func MsgUpdateGroupPolicyMetadata(level types.Level, m *group.MsgUpdateGroupPolicyMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
func MsgUpgradeClient ¶
func MsgUpgradeClient(level types.Level, m *coreClient.MsgUpgradeClient) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpgradeClient defines a sdk.Msg to upgrade an IBC client to a new client state
func MsgVerifyInvariant ¶
func MsgVerifyInvariant(level types.Level, m *crisisTypes.MsgVerifyInvariant) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVerifyInvariant represents a message to verify a particular invariance.
func MsgVote ¶
func MsgVote(level types.Level, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVote defines a message to cast a vote.
func MsgVoteGroup ¶
func MsgVoteGroup(level types.Level, m *group.MsgVote) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVote is the Msg/Vote request type.
func MsgVoteWeighted ¶
func MsgVoteWeighted(level types.Level, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVoteWeighted defines a message to cast a vote.
func MsgWithdrawDelegatorReward ¶
func MsgWithdrawDelegatorReward(level types.Level, m *cosmosDistributionTypes.MsgWithdrawDelegatorReward) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator from a single validator.
func MsgWithdrawProposal ¶
func MsgWithdrawProposal(level types.Level, m *group.MsgWithdrawProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawProposal is the Msg/WithdrawProposal request type.
func MsgWithdrawValidatorCommission ¶
func MsgWithdrawValidatorCommission(level types.Level, m *cosmosDistributionTypes.MsgWithdrawValidatorCommission) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawValidatorCommission withdraws the full commission to the validator address.
Types ¶
This section is empty.