Documentation
¶
Index ¶
- func IBCTransfer(ctx *context.Context, m *ibcTypes.MsgTransfer) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgAcknowledgement(ctx *context.Context, m *coreChannel.MsgAcknowledgement) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgBeginRedelegate(ctx *context.Context, m *cosmosStakingTypes.MsgBeginRedelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCancelUnbondingDelegation(ctx *context.Context, m *cosmosStakingTypes.MsgCancelUnbondingDelegation) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCancelUpgrade(ctx *context.Context, m *upgrade.MsgCancelUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelCloseConfirm(ctx *context.Context, m *coreChannel.MsgChannelCloseConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelCloseInit(ctx *context.Context, m *coreChannel.MsgChannelCloseInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenAck(ctx *context.Context, m *coreChannel.MsgChannelOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenConfirm(ctx *context.Context, m *coreChannel.MsgChannelOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenInit(ctx *context.Context, m *coreChannel.MsgChannelOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgChannelOpenTry(ctx *context.Context, m *coreChannel.MsgChannelOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenAck(ctx *context.Context, m *coreConnection.MsgConnectionOpenAck) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenConfirm(ctx *context.Context, m *coreConnection.MsgConnectionOpenConfirm) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenInit(ctx *context.Context, m *coreConnection.MsgConnectionOpenInit) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgConnectionOpenTry(ctx *context.Context, m *coreConnection.MsgConnectionOpenTry) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateClient(ctx *context.Context, status types.Status, data types.PackedBytes, ...) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateCollateralToken(ctx *context.Context, m *hyperlaneWarp.MsgCreateCollateralToken) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroup(ctx *context.Context, m *group.MsgCreateGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroupPolicy(ctx *context.Context, m *group.MsgCreateGroupPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateGroupWithPolicy(ctx *context.Context, m *group.MsgCreateGroupWithPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateMailbox(ctx *context.Context, m *hyperlaneCore.MsgCreateMailbox) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreatePeriodicVestingAccount(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, ...)
- func MsgCreatePermanentLockedAccount(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, ...)
- func MsgCreateSyntheticToken(ctx *context.Context, m *hyperlaneWarp.MsgCreateSyntheticToken) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateValidator(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgCreateVestingAccount(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, ...)
- func MsgDelegate(ctx *context.Context, m *cosmosStakingTypes.MsgDelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgDeposit(ctx *context.Context, depositorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgEditValidator(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgEnrollRemoteRouter(ctx *context.Context, m *hyperlaneWarp.MsgEnrollRemoteRouter) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgExec(ctx *context.Context, status types.Status, m *authz.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, []string, error)
- func MsgExecGroup(ctx *context.Context, m *group.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgExecLegacyContent(ctx *context.Context, m *cosmosGovTypesV1.MsgExecLegacyContent) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgFundCommunityPool(ctx *context.Context, m *cosmosDistributionTypes.MsgFundCommunityPool) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgGrant(ctx *context.Context, status types.Status, m *authz.MsgGrant) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
- func MsgGrantAllowance(ctx *context.Context, status types.Status, m *feegrant.MsgGrantAllowance) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
- func MsgIBCSoftwareUpgrade(ctx *context.Context, m *coreClient.MsgIBCSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgLeaveGroup(ctx *context.Context, m *group.MsgLeaveGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgMultiSend(ctx *context.Context, m *cosmosBankTypes.MsgMultiSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgPayForBlobs(ctx *context.Context, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, []storage.Namespace, ...)
- func MsgPayPacketFee(ctx *context.Context, m *fee.MsgPayPacketFee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgPayPacketFeeAsync() (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgProcessMessage(ctx *context.Context, m *hyperlaneCore.MsgProcessMessage) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRecoverClient(ctx *context.Context, m *coreClient.MsgRecoverClient) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRecvPacket(ctx *context.Context, m *coreChannel.MsgRecvPacket) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterCounterpartyPayee(ctx *context.Context, m *fee.MsgRegisterCounterpartyPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterEVMAddress(ctx *context.Context, m *legacy.MsgRegisterEVMAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterInterchainAccount(ctx *context.Context, m *interchainAccounts.MsgRegisterInterchainAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRegisterPayee(ctx *context.Context, m *fee.MsgRegisterPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRemoteTransfer(ctx *context.Context, m *hyperlaneWarp.MsgRemoteTransfer) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgRevoke(ctx *context.Context, status types.Status, m *authz.MsgRevoke) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
- func MsgRevokeAllowance(ctx *context.Context, status types.Status, m *feegrant.MsgRevokeAllowance) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
- func MsgSend(ctx *context.Context, m *cosmosBankTypes.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSendNFT(ctx *context.Context, m *nft.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSendTx(ctx *context.Context, m *interchainAccounts.MsgSendTx) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSetMailbox(ctx *context.Context, m *hyperlaneCore.MsgSetMailbox) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSetToken(ctx *context.Context, m *hyperlaneWarp.MsgSetToken) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSetWithdrawAddress(ctx *context.Context, m *cosmosDistributionTypes.MsgSetWithdrawAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSignalVersion(ctx *context.Context, validatorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSoftwareUpgrade(ctx *context.Context, m *upgrade.MsgSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitEvidence(ctx *context.Context, m *evidenceTypes.MsgSubmitEvidence) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitMisbehaviour(ctx *context.Context, m *coreClient.MsgSubmitMisbehaviour) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitProposalGroup(ctx *context.Context, m *group.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgSubmitProposalV1(ctx *context.Context, codec codec.Codec, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, []any, *storage.Proposal, ...)
- func MsgSubmitProposalV1Beta(ctx *context.Context, codec codec.Codec, status storageTypes.Status, ...) (storageTypes.MsgType, []storage.AddressWithType, any, *storage.Proposal, error)
- func MsgTimeout(ctx *context.Context, m *coreChannel.MsgTimeout) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgTimeoutOnClose(ctx *context.Context, m *coreChannel.MsgTimeoutOnClose) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgTryUpgrade(ctx *context.Context, signer string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUndelegate(ctx *context.Context, m *cosmosStakingTypes.MsgUndelegate) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUnjail(ctx *context.Context, m *cosmosSlashingTypes.MsgUnjail) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUnrollRemoteRouter(ctx *context.Context, m *hyperlaneWarp.MsgUnrollRemoteRouter) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateClient(ctx *context.Context, status types.Status, data types.PackedBytes, ...) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupAdmin(ctx *context.Context, m *group.MsgUpdateGroupAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupMembers(ctx *context.Context, m *group.MsgUpdateGroupMembers) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupMetadata(ctx *context.Context, m *group.MsgUpdateGroupMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyAdmin(ctx *context.Context, m *group.MsgUpdateGroupPolicyAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyDecisionPolicy(ctx *context.Context, m *group.MsgUpdateGroupPolicyDecisionPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateGroupPolicyMetadata(ctx *context.Context, m *group.MsgUpdateGroupPolicyMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateMinfeeParams(ctx *context.Context, m *minfeeTypes.MsgUpdateMinfeeParams) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpdateParams(ctx *context.Context, m *coreClient.MsgUpdateParams) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgUpgradeClient(ctx *context.Context, m *coreClient.MsgUpgradeClient) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVerifyInvariant(ctx *context.Context, m *crisisTypes.MsgVerifyInvariant) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVote(ctx *context.Context, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVoteGroup(ctx *context.Context, m *group.MsgVote) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgVoteWeighted(ctx *context.Context, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawDelegatorReward(ctx *context.Context, m *cosmosDistributionTypes.MsgWithdrawDelegatorReward) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawProposal(ctx *context.Context, m *group.MsgWithdrawProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
- func MsgWithdrawValidatorCommission(ctx *context.Context, ...) (storageTypes.MsgType, []storage.AddressWithType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IBCTransfer ¶
func IBCTransfer(ctx *context.Context, 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(ctx *context.Context, m *coreChannel.MsgAcknowledgement) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgAcknowledgement receives incoming IBC acknowledgement
func MsgBeginRedelegate ¶
func MsgBeginRedelegate(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, m *upgrade.MsgCancelUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
func MsgChannelCloseConfirm ¶
func MsgChannelCloseConfirm(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, 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(ctx *context.Context, status types.Status, data types.PackedBytes, m *coreClient.MsgCreateClient) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateClient defines a message to create an IBC client
func MsgCreateCollateralToken ¶ added in v1.13.0
func MsgCreateCollateralToken(ctx *context.Context, m *hyperlaneWarp.MsgCreateCollateralToken) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateCollateralToken
func MsgCreateGroup ¶
func MsgCreateGroup(ctx *context.Context, m *group.MsgCreateGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroup is the Msg/CreateGroup request type.
func MsgCreateGroupPolicy ¶
func MsgCreateGroupPolicy(ctx *context.Context, m *group.MsgCreateGroupPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
func MsgCreateGroupWithPolicy ¶
func MsgCreateGroupWithPolicy(ctx *context.Context, m *group.MsgCreateGroupWithPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
func MsgCreateMailbox ¶ added in v1.13.0
func MsgCreateMailbox(ctx *context.Context, m *hyperlaneCore.MsgCreateMailbox) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateMailbox
func MsgCreatePeriodicVestingAccount ¶
func MsgCreatePeriodicVestingAccount(ctx *context.Context, status storageTypes.Status, m *cosmosVestingTypes.MsgCreatePeriodicVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, error)
MsgCreateVestingAccount defines a message that enables creating a vesting account.
Since: cosmos-sdk 0.46
func MsgCreatePermanentLockedAccount ¶
func MsgCreatePermanentLockedAccount(ctx *context.Context, status storageTypes.Status, m *cosmosVestingTypes.MsgCreatePermanentLockedAccount) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, error)
MsgCreatePermanentLockedAccount defines a message that enables creating a permanent locked account.
Since: cosmos-sdk 0.46
func MsgCreateSyntheticToken ¶ added in v1.13.0
func MsgCreateSyntheticToken(ctx *context.Context, m *hyperlaneWarp.MsgCreateSyntheticToken) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateSyntheticToken
func MsgCreateValidator ¶
func MsgCreateValidator(ctx *context.Context, status storageTypes.Status, m *cosmosStakingTypes.MsgCreateValidator) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgCreateValidator defines an SDK message for creating a new validator.
func MsgCreateVestingAccount ¶
func MsgCreateVestingAccount(ctx *context.Context, status storageTypes.Status, m *cosmosVestingTypes.MsgCreateVestingAccount) (storageTypes.MsgType, []storage.AddressWithType, *storage.VestingAccount, error)
MsgCreateVestingAccount defines a message that enables creating a vesting account.
func MsgDelegate ¶
func MsgDelegate(ctx *context.Context, 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(ctx *context.Context, depositorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgDeposit defines a message to submit a deposit to an existing proposal.
func MsgEditValidator ¶
func MsgEditValidator(ctx *context.Context, status storageTypes.Status, m *cosmosStakingTypes.MsgEditValidator) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgEditValidator defines a SDK message for editing an existing validator.
func MsgEnrollRemoteRouter ¶ added in v1.13.0
func MsgEnrollRemoteRouter(ctx *context.Context, m *hyperlaneWarp.MsgEnrollRemoteRouter) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgEnrollRemoteRouter
func MsgExec ¶
func MsgExec(ctx *context.Context, status types.Status, m *authz.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, []string, 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(ctx *context.Context, m *group.MsgExec) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgExec is the Msg/Exec request type.
func MsgExecLegacyContent ¶
func MsgExecLegacyContent(ctx *context.Context, 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(ctx *context.Context, m *cosmosDistributionTypes.MsgFundCommunityPool) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgFundCommunityPool allows an account to directly fund the community pool.
func MsgGrant ¶
func MsgGrant(ctx *context.Context, status types.Status, m *authz.MsgGrant) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, 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(ctx *context.Context, status types.Status, m *feegrant.MsgGrantAllowance) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
MsgGrantAllowance adds permission for Grantee to spend up to Allowance of fees from the account of Granter.
func MsgIBCSoftwareUpgrade ¶ added in v1.13.0
func MsgIBCSoftwareUpgrade(ctx *context.Context, m *coreClient.MsgIBCSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgIBCSoftwareUpgrade defines the message used to schedule an upgrade of an IBC client using a v1 governance proposal
func MsgLeaveGroup ¶
func MsgLeaveGroup(ctx *context.Context, m *group.MsgLeaveGroup) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgLeaveGroup is the Msg/LeaveGroup request type.
func MsgMultiSend ¶
func MsgMultiSend(ctx *context.Context, m *cosmosBankTypes.MsgMultiSend) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgMultiSend represents an arbitrary multi-in, multi-out send message.
func MsgPayForBlobs ¶
func MsgPayForBlobs(ctx *context.Context, status storageTypes.Status, m *appBlobTypes.MsgPayForBlobs) (storageTypes.MsgType, []storage.AddressWithType, []storage.Namespace, []*storage.BlobLog, int64, error)
MsgPayForBlobs pays for the inclusion of a blob in the block.
func MsgPayPacketFee ¶
func MsgPayPacketFee(ctx *context.Context, 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 MsgProcessMessage ¶ added in v1.13.0
func MsgProcessMessage(ctx *context.Context, m *hyperlaneCore.MsgProcessMessage) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgProcessMessage
func MsgRecoverClient ¶ added in v1.13.0
func MsgRecoverClient(ctx *context.Context, m *coreClient.MsgRecoverClient) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRecoverClient defines the message used to recover a frozen or expired client.
func MsgRecvPacket ¶
func MsgRecvPacket(ctx *context.Context, m *coreChannel.MsgRecvPacket) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRecvPacket receives an incoming IBC packet
func MsgRegisterCounterpartyPayee ¶
func MsgRegisterCounterpartyPayee(ctx *context.Context, m *fee.MsgRegisterCounterpartyPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterCounterpartyPayee defines the request type for the RegisterCounterpartyPayee rpc
func MsgRegisterEVMAddress ¶
func MsgRegisterEVMAddress(ctx *context.Context, m *legacy.MsgRegisterEVMAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterEVMAddress registers an evm address to a validator.
func MsgRegisterInterchainAccount ¶
func MsgRegisterInterchainAccount(ctx *context.Context, m *interchainAccounts.MsgRegisterInterchainAccount) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterInterchainAccount defines the payload for Msg/MsgRegisterInterchainAccount
func MsgRegisterPayee ¶
func MsgRegisterPayee(ctx *context.Context, m *fee.MsgRegisterPayee) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRegisterPayee defines the request type for the RegisterPayee rpc
func MsgRemoteTransfer ¶ added in v1.13.0
func MsgRemoteTransfer(ctx *context.Context, m *hyperlaneWarp.MsgRemoteTransfer) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgRemoteTransfer
func MsgRevoke ¶
func MsgRevoke(ctx *context.Context, status types.Status, m *authz.MsgRevoke) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, 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(ctx *context.Context, status types.Status, m *feegrant.MsgRevokeAllowance) (storageTypes.MsgType, []storage.AddressWithType, []storage.Grant, error)
MsgRevokeAllowance removes any existing Allowance from Granter to Grantee.
func MsgSend ¶
func MsgSend(ctx *context.Context, m *cosmosBankTypes.MsgSend) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSend represents a message to send coins from one account to another.
func MsgSendNFT ¶
func MsgSendNFT(ctx *context.Context, 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(ctx *context.Context, m *interchainAccounts.MsgSendTx) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSendTx defines the payload for Msg/SendTx
func MsgSetMailbox ¶ added in v1.13.0
func MsgSetMailbox(ctx *context.Context, m *hyperlaneCore.MsgSetMailbox) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSetMailbox
func MsgSetToken ¶ added in v1.13.0
func MsgSetToken(ctx *context.Context, m *hyperlaneWarp.MsgSetToken) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSetToken
func MsgSetWithdrawAddress ¶
func MsgSetWithdrawAddress(ctx *context.Context, m *cosmosDistributionTypes.MsgSetWithdrawAddress) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSetWithdrawAddress sets the withdrawal address for a delegator (or validator self-delegation).
func MsgSignalVersion ¶ added in v1.10.5
func MsgSignalVersion(ctx *context.Context, validatorAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSignalVersion -
func MsgSoftwareUpgrade ¶
func MsgSoftwareUpgrade(ctx *context.Context, m *upgrade.MsgSoftwareUpgrade) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
func MsgSubmitEvidence ¶
func MsgSubmitEvidence(ctx *context.Context, 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(ctx *context.Context, m *coreClient.MsgSubmitMisbehaviour) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitMisbehaviour defines a sdk.Msg type that submits Evidence for light client misbehavior
func MsgSubmitProposalGroup ¶
func MsgSubmitProposalGroup(ctx *context.Context, m *group.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgSubmitProposal is the Msg/SubmitProposal request type.
func MsgSubmitProposalV1 ¶ added in v1.12.0
func MsgSubmitProposalV1(ctx *context.Context, codec codec.Codec, status storageTypes.Status, msg *cosmosGovTypesV1.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, []any, *storage.Proposal, error)
MsgSubmitProposalV1
func MsgSubmitProposalV1Beta ¶ added in v1.12.0
func MsgSubmitProposalV1Beta(ctx *context.Context, codec codec.Codec, status storageTypes.Status, msg *cosmosGovTypesV1Beta1.MsgSubmitProposal) (storageTypes.MsgType, []storage.AddressWithType, any, *storage.Proposal, error)
MsgSubmitProposalV1Beta
func MsgTimeout ¶
func MsgTimeout(ctx *context.Context, m *coreChannel.MsgTimeout) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgTimeout receives a timed-out packet
func MsgTimeoutOnClose ¶
func MsgTimeoutOnClose(ctx *context.Context, m *coreChannel.MsgTimeoutOnClose) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgTimeoutOnClose timed-out packet upon counterparty channel closure
func MsgTryUpgrade ¶ added in v1.10.5
func MsgTryUpgrade(ctx *context.Context, signer string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgTryUpgrade -
func MsgUndelegate ¶
func MsgUndelegate(ctx *context.Context, 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(ctx *context.Context, m *cosmosSlashingTypes.MsgUnjail) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUnjail defines the Msg/Unjail request type
func MsgUnrollRemoteRouter ¶ added in v1.13.0
func MsgUnrollRemoteRouter(ctx *context.Context, m *hyperlaneWarp.MsgUnrollRemoteRouter) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUnrollRemoteRouter
func MsgUpdateClient ¶
func MsgUpdateClient(ctx *context.Context, status types.Status, data types.PackedBytes, 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(ctx *context.Context, m *group.MsgUpdateGroupAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
func MsgUpdateGroupMembers ¶
func MsgUpdateGroupMembers(ctx *context.Context, m *group.MsgUpdateGroupMembers) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
func MsgUpdateGroupMetadata ¶
func MsgUpdateGroupMetadata(ctx *context.Context, m *group.MsgUpdateGroupMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
func MsgUpdateGroupPolicyAdmin ¶
func MsgUpdateGroupPolicyAdmin(ctx *context.Context, m *group.MsgUpdateGroupPolicyAdmin) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
func MsgUpdateGroupPolicyDecisionPolicy ¶
func MsgUpdateGroupPolicyDecisionPolicy(ctx *context.Context, m *group.MsgUpdateGroupPolicyDecisionPolicy) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
func MsgUpdateGroupPolicyMetadata ¶
func MsgUpdateGroupPolicyMetadata(ctx *context.Context, m *group.MsgUpdateGroupPolicyMetadata) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
func MsgUpdateMinfeeParams ¶ added in v1.13.0
func MsgUpdateMinfeeParams(ctx *context.Context, m *minfeeTypes.MsgUpdateMinfeeParams) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateMinfeeParams defines a message for updating the minimum fee parameters.
func MsgUpdateParams ¶ added in v1.13.0
func MsgUpdateParams(ctx *context.Context, m *coreClient.MsgUpdateParams) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgUpdateParams defines the sdk.Msg type to update the client parameters.
func MsgUpgradeClient ¶
func MsgUpgradeClient(ctx *context.Context, 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(ctx *context.Context, m *crisisTypes.MsgVerifyInvariant) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVerifyInvariant represents a message to verify a particular invariance.
func MsgVote ¶
func MsgVote(ctx *context.Context, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVote defines a message to cast a vote.
func MsgVoteGroup ¶
func MsgVoteGroup(ctx *context.Context, m *group.MsgVote) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVote is the Msg/Vote request type.
func MsgVoteWeighted ¶
func MsgVoteWeighted(ctx *context.Context, voterAddress string) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgVoteWeighted defines a message to cast a vote.
func MsgWithdrawDelegatorReward ¶
func MsgWithdrawDelegatorReward(ctx *context.Context, m *cosmosDistributionTypes.MsgWithdrawDelegatorReward) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator from a single validator.
func MsgWithdrawProposal ¶
func MsgWithdrawProposal(ctx *context.Context, m *group.MsgWithdrawProposal) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawProposal is the Msg/WithdrawProposal request type.
func MsgWithdrawValidatorCommission ¶
func MsgWithdrawValidatorCommission(ctx *context.Context, m *cosmosDistributionTypes.MsgWithdrawValidatorCommission) (storageTypes.MsgType, []storage.AddressWithType, error)
MsgWithdrawValidatorCommission withdraws the full commission to the validator address.
Types ¶
This section is empty.