Documentation ¶
Index ¶
- type ChangePower
- type CreateAccountTransfer
- type CreateBlock
- type CreateBlockCommission
- type CreateBlockProposerReward
- type CreateBlockRawEvent
- type CreateBlockReward
- type CreateChainmainMsgRegisterAccount
- type CreateChainmainMsgSubmitTx
- type CreateCompleteUnbonding
- type CreateCronosSendToIBC
- type CreateGenesis
- type CreateGenesisValidator
- type CreateMint
- type CreateMsgAlreadyRelayedIBCAcknowledgement
- type CreateMsgAlreadyRelayedIBCRecvPacket
- type CreateMsgAlreadyRelayedIBCTimeout
- type CreateMsgAlreadyRelayedIBCTimeoutOnClose
- type CreateMsgBeginRedelegate
- type CreateMsgCreateValidator
- type CreateMsgCreateVestingAccount
- type CreateMsgDelegate
- type CreateMsgDeposit
- type CreateMsgDepositV1
- type CreateMsgEditValidator
- type CreateMsgEthereumTx
- type CreateMsgExec
- type CreateMsgFundCommunityPool
- type CreateMsgGrant
- type CreateMsgGrantAllowance
- type CreateMsgIBCAcknowledgement
- type CreateMsgIBCChannelCloseConfirm
- type CreateMsgIBCChannelCloseInit
- type CreateMsgIBCChannelOpenAck
- type CreateMsgIBCChannelOpenConfirm
- type CreateMsgIBCChannelOpenInit
- type CreateMsgIBCChannelOpenTry
- type CreateMsgIBCConnectionOpenAck
- type CreateMsgIBCConnectionOpenConfirm
- type CreateMsgIBCConnectionOpenInit
- type CreateMsgIBCConnectionOpenTry
- type CreateMsgIBCCreateClient
- type CreateMsgIBCRecvPacket
- type CreateMsgIBCTimeout
- type CreateMsgIBCTimeoutOnClose
- type CreateMsgIBCTransferTransfer
- type CreateMsgIBCUpdateClient
- type CreateMsgMultiSend
- type CreateMsgNFTBurnNFT
- type CreateMsgNFTEditNFT
- type CreateMsgNFTIssueDenom
- type CreateMsgNFTMintNFT
- type CreateMsgNFTTransferNFT
- type CreateMsgRegisterAccount
- type CreateMsgRevoke
- type CreateMsgRevokeAllowance
- type CreateMsgSend
- type CreateMsgSetSendEnabled
- type CreateMsgSetWithdrawAddress
- type CreateMsgSubmitCancelSoftwareUpgradeProposal
- type CreateMsgSubmitCommunityPoolSpendProposal
- type CreateMsgSubmitParamChangeProposal
- type CreateMsgSubmitProposal
- type CreateMsgSubmitSoftwareUpgradeProposal
- type CreateMsgSubmitTextProposal
- type CreateMsgSubmitTx
- type CreateMsgSubmitUnknownProposal
- type CreateMsgUndelegate
- type CreateMsgUnjail
- type CreateMsgVotV1
- type CreateMsgVote
- type CreateMsgVoteWeightedV1
- type CreateMsgWithdrawDelegatorReward
- type CreateMsgWithdrawValidatorCommission
- type CreateRawBlock
- type CreateRawTransaction
- type CreateTransaction
- type EndProposal
- type GravityHandleEthereumSendToCosmos
- type InactiveProposal
- type JailValidator
- type SlashValidator
- type StartProposalVotingPeriod
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePower ¶
type ChangePower struct {
// contains filtered or unexported fields
}
func NewChangePower ¶
func NewChangePower(blockHeight int64, params model.PowerChangeParams) *ChangePower
func (*ChangePower) Exec ¶
func (cmd *ChangePower) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
type CreateAccountTransfer ¶
type CreateAccountTransfer struct {
// contains filtered or unexported fields
}
func NewCreateAccountTransfer ¶
func NewCreateAccountTransfer( blockHeight int64, params model.AccountTransferParams, ) *CreateAccountTransfer
func (*CreateAccountTransfer) Exec ¶
func (cmd *CreateAccountTransfer) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateAccountTransfer) Name ¶
func (*CreateAccountTransfer) Name() string
Name returns name of command
func (*CreateAccountTransfer) Version ¶
func (*CreateAccountTransfer) Version() int
Version returns version of command
type CreateBlock ¶
type CreateBlock struct {
// contains filtered or unexported fields
}
func NewCreateBLock ¶
func NewCreateBLock(block *model_usecase.Block) *CreateBlock
func (*CreateBlock) Exec ¶
func (cmd *CreateBlock) Exec() (event_entity.Event, error)
func (*CreateBlock) Name ¶
func (_ *CreateBlock) Name() string
func (*CreateBlock) Version ¶
func (_ *CreateBlock) Version() int
type CreateBlockCommission ¶
type CreateBlockCommission struct {
// contains filtered or unexported fields
}
func NewCreateBlockCommission ¶
func NewCreateBlockCommission(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockCommission
func (*CreateBlockCommission) Exec ¶
func (cmd *CreateBlockCommission) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateBlockCommission) Name ¶
func (*CreateBlockCommission) Name() string
Name returns name of command
func (*CreateBlockCommission) Version ¶
func (*CreateBlockCommission) Version() int
Version returns version of command
type CreateBlockProposerReward ¶
type CreateBlockProposerReward struct {
// contains filtered or unexported fields
}
func NewCreateBlockProposerReward ¶
func NewCreateBlockProposerReward(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockProposerReward
func (*CreateBlockProposerReward) Exec ¶
func (cmd *CreateBlockProposerReward) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateBlockProposerReward) Name ¶
func (*CreateBlockProposerReward) Name() string
Name returns name of command
func (*CreateBlockProposerReward) Version ¶
func (*CreateBlockProposerReward) Version() int
Version returns version of command
type CreateBlockRawEvent ¶ added in v1.5.2
type CreateBlockRawEvent struct {
// contains filtered or unexported fields
}
func NewCreateBlockRawEvent ¶ added in v1.5.2
func NewCreateBlockRawEvent(blockHeight int64, params usecase_model.CreateBlockRawEventParams) *CreateBlockRawEvent
func (*CreateBlockRawEvent) Exec ¶ added in v1.5.2
func (cmd *CreateBlockRawEvent) Exec() (entity_event.Event, error)
func (*CreateBlockRawEvent) Name ¶ added in v1.5.2
func (_ *CreateBlockRawEvent) Name() string
func (*CreateBlockRawEvent) Version ¶ added in v1.5.2
func (_ *CreateBlockRawEvent) Version() int
type CreateBlockReward ¶
type CreateBlockReward struct {
// contains filtered or unexported fields
}
func NewCreateBlockReward ¶
func NewCreateBlockReward(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockReward
func (*CreateBlockReward) Exec ¶
func (cmd *CreateBlockReward) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateBlockReward) Name ¶
func (*CreateBlockReward) Name() string
Name returns name of command
func (*CreateBlockReward) Version ¶
func (*CreateBlockReward) Version() int
Version returns version of command
type CreateChainmainMsgRegisterAccount ¶ added in v1.7.25
type CreateChainmainMsgRegisterAccount struct {
// contains filtered or unexported fields
}
func NewCreateChainmainMsgRegisterAccount ¶ added in v1.7.25
func NewCreateChainmainMsgRegisterAccount( msgCommonParams event.MsgCommonParams, params icaauthmodel.MsgRegisterAccountParams, ) *CreateChainmainMsgRegisterAccount
func (*CreateChainmainMsgRegisterAccount) Exec ¶ added in v1.7.25
func (cmd *CreateChainmainMsgRegisterAccount) Exec() (entity_event.Event, error)
func (*CreateChainmainMsgRegisterAccount) Name ¶ added in v1.7.25
func (*CreateChainmainMsgRegisterAccount) Name() string
func (*CreateChainmainMsgRegisterAccount) Version ¶ added in v1.7.25
func (*CreateChainmainMsgRegisterAccount) Version() int
type CreateChainmainMsgSubmitTx ¶ added in v1.7.25
type CreateChainmainMsgSubmitTx struct {
// contains filtered or unexported fields
}
func NewCreateChainmainMsgSubmitTx ¶ added in v1.7.25
func NewCreateChainmainMsgSubmitTx( msgCommonParams event.MsgCommonParams, params icaauthmodel.MsgSubmitTxParams, ) *CreateChainmainMsgSubmitTx
func (*CreateChainmainMsgSubmitTx) Exec ¶ added in v1.7.25
func (cmd *CreateChainmainMsgSubmitTx) Exec() (entity_event.Event, error)
func (*CreateChainmainMsgSubmitTx) Name ¶ added in v1.7.25
func (*CreateChainmainMsgSubmitTx) Name() string
func (*CreateChainmainMsgSubmitTx) Version ¶ added in v1.7.25
func (*CreateChainmainMsgSubmitTx) Version() int
type CreateCompleteUnbonding ¶
type CreateCompleteUnbonding struct {
// contains filtered or unexported fields
}
func NewCreateCompleteBonding ¶
func NewCreateCompleteBonding(blockHeight int64, params model.CompleteBondingParams) *CreateCompleteUnbonding
func (*CreateCompleteUnbonding) Exec ¶
func (cmd *CreateCompleteUnbonding) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateCompleteUnbonding) Name ¶
func (*CreateCompleteUnbonding) Name() string
Name returns name of command
func (*CreateCompleteUnbonding) Version ¶
func (*CreateCompleteUnbonding) Version() int
Version returns version of command
type CreateCronosSendToIBC ¶
type CreateCronosSendToIBC struct {
// contains filtered or unexported fields
}
func NewCreateCronosSendToIBC ¶
func NewCreateCronosSendToIBC( blockHeight int64, params model.CronosSendToIBCParams, ) *CreateCronosSendToIBC
func (*CreateCronosSendToIBC) Exec ¶
func (cmd *CreateCronosSendToIBC) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateCronosSendToIBC) Name ¶
func (*CreateCronosSendToIBC) Name() string
Name returns name of command
func (*CreateCronosSendToIBC) Version ¶
func (*CreateCronosSendToIBC) Version() int
Version returns version of command
type CreateGenesis ¶
type CreateGenesis struct {
// contains filtered or unexported fields
}
func NewCreateGenesis ¶
func NewCreateGenesis(genesis genesis.Genesis) *CreateGenesis
func (*CreateGenesis) Exec ¶
func (cmd *CreateGenesis) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateGenesis) Version ¶
func (*CreateGenesis) Version() int
Version returns version of command
type CreateGenesisValidator ¶
type CreateGenesisValidator struct {
// contains filtered or unexported fields
}
func NewCreateGenesisValidator ¶
func NewCreateGenesisValidator( params genesis.CreateGenesisValidatorParams, ) *CreateGenesisValidator
func (*CreateGenesisValidator) Exec ¶
func (cmd *CreateGenesisValidator) Exec() (entity_event.Event, error)
func (*CreateGenesisValidator) Name ¶
func (*CreateGenesisValidator) Name() string
func (*CreateGenesisValidator) Version ¶
func (*CreateGenesisValidator) Version() int
type CreateMint ¶
type CreateMint struct {
// contains filtered or unexported fields
}
func NewCreateMint ¶
func NewCreateMint(blockHeight int64, params model.MintParams) *CreateMint
func (*CreateMint) Exec ¶
func (cmd *CreateMint) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
type CreateMsgAlreadyRelayedIBCAcknowledgement ¶ added in v1.1.9
type CreateMsgAlreadyRelayedIBCAcknowledgement struct {
// contains filtered or unexported fields
}
func NewCreateMsgAlreadyRelayedIBCAcknowledgement ¶ added in v1.1.9
func NewCreateMsgAlreadyRelayedIBCAcknowledgement( msgCommonParams event.MsgCommonParams, params ibc_model.MsgAlreadyRelayedAcknowledgementParams, ) *CreateMsgAlreadyRelayedIBCAcknowledgement
func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Exec ¶ added in v1.1.9
func (cmd *CreateMsgAlreadyRelayedIBCAcknowledgement) Exec() (entity_event.Event, error)
func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Name ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Name() string
func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Version ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Version() int
type CreateMsgAlreadyRelayedIBCRecvPacket ¶ added in v1.1.9
type CreateMsgAlreadyRelayedIBCRecvPacket struct {
// contains filtered or unexported fields
}
func NewCreateMsgAlreadyRelayedIBCRecvPacket ¶ added in v1.1.9
func NewCreateMsgAlreadyRelayedIBCRecvPacket( msgCommonParams event.MsgCommonParams, params ibc_model.MsgAlreadyRelayedRecvPacketParams, ) *CreateMsgAlreadyRelayedIBCRecvPacket
func (*CreateMsgAlreadyRelayedIBCRecvPacket) Exec ¶ added in v1.1.9
func (cmd *CreateMsgAlreadyRelayedIBCRecvPacket) Exec() (entity_event.Event, error)
func (*CreateMsgAlreadyRelayedIBCRecvPacket) Name ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCRecvPacket) Name() string
func (*CreateMsgAlreadyRelayedIBCRecvPacket) Version ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCRecvPacket) Version() int
type CreateMsgAlreadyRelayedIBCTimeout ¶ added in v1.1.9
type CreateMsgAlreadyRelayedIBCTimeout struct {
// contains filtered or unexported fields
}
func NewCreateMsgAlreadyRelayedIBCTimeout ¶ added in v1.1.9
func NewCreateMsgAlreadyRelayedIBCTimeout( msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutParams, ) *CreateMsgAlreadyRelayedIBCTimeout
func (*CreateMsgAlreadyRelayedIBCTimeout) Exec ¶ added in v1.1.9
func (cmd *CreateMsgAlreadyRelayedIBCTimeout) Exec() (entity_event.Event, error)
func (*CreateMsgAlreadyRelayedIBCTimeout) Name ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCTimeout) Name() string
func (*CreateMsgAlreadyRelayedIBCTimeout) Version ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCTimeout) Version() int
type CreateMsgAlreadyRelayedIBCTimeoutOnClose ¶ added in v1.1.9
type CreateMsgAlreadyRelayedIBCTimeoutOnClose struct {
// contains filtered or unexported fields
}
func NewCreateMsgAlreadyRelayedIBCTimeoutOnClose ¶ added in v1.1.9
func NewCreateMsgAlreadyRelayedIBCTimeoutOnClose( msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutOnCloseParams, ) *CreateMsgAlreadyRelayedIBCTimeoutOnClose
func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Exec ¶ added in v1.1.9
func (cmd *CreateMsgAlreadyRelayedIBCTimeoutOnClose) Exec() (entity_event.Event, error)
func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Name ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Name() string
func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Version ¶ added in v1.1.9
func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Version() int
type CreateMsgBeginRedelegate ¶
type CreateMsgBeginRedelegate struct {
// contains filtered or unexported fields
}
CreateMsgBeginRedelegate is a command to create MsgBeginRedelegate event
func NewCreateMsgBeginRedelegate ¶
func NewCreateMsgBeginRedelegate(msgCommonParams event.MsgCommonParams, params model.MsgBeginRedelegateParams) *CreateMsgBeginRedelegate
NewCreateMsgBeginRedelegate create a new instance of CreateMsgBeginRedelegate command
func (*CreateMsgBeginRedelegate) Exec ¶
func (cmd *CreateMsgBeginRedelegate) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgBeginRedelegate) Name ¶
func (*CreateMsgBeginRedelegate) Name() string
Name returns name of command
func (*CreateMsgBeginRedelegate) Version ¶
func (*CreateMsgBeginRedelegate) Version() int
Version returns version of command
type CreateMsgCreateValidator ¶
type CreateMsgCreateValidator struct {
// contains filtered or unexported fields
}
func NewCreateMsgCreateValidator ¶
func NewCreateMsgCreateValidator(msgCommonParams event.MsgCommonParams, params model.MsgCreateValidatorParams) *CreateMsgCreateValidator
func (*CreateMsgCreateValidator) Exec ¶
func (cmd *CreateMsgCreateValidator) Exec() (entity_event.Event, error)
func (*CreateMsgCreateValidator) Name ¶
func (*CreateMsgCreateValidator) Name() string
func (*CreateMsgCreateValidator) Version ¶
func (*CreateMsgCreateValidator) Version() int
type CreateMsgCreateVestingAccount ¶
type CreateMsgCreateVestingAccount struct {
// contains filtered or unexported fields
}
func NewCreateMsgCreateVestingAccount ¶
func NewCreateMsgCreateVestingAccount( msgCommonParams event.MsgCommonParams, params model.MsgCreateVestingAccountParams, ) *CreateMsgCreateVestingAccount
func (*CreateMsgCreateVestingAccount) Exec ¶
func (cmd *CreateMsgCreateVestingAccount) Exec() (entity_event.Event, error)
func (*CreateMsgCreateVestingAccount) Name ¶
func (*CreateMsgCreateVestingAccount) Name() string
func (*CreateMsgCreateVestingAccount) Version ¶
func (*CreateMsgCreateVestingAccount) Version() int
type CreateMsgDelegate ¶
type CreateMsgDelegate struct {
// contains filtered or unexported fields
}
CreateMsgDelegate is a command to create MsgDelegate event
func NewCreateMsgDelegate ¶
func NewCreateMsgDelegate(msgCommonParams event.MsgCommonParams, params model.MsgDelegateParams) *CreateMsgDelegate
NewCreateMsgDelegate create a new instance of CreateMsgDelegate command
func (*CreateMsgDelegate) Exec ¶
func (cmd *CreateMsgDelegate) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgDelegate) Name ¶
func (*CreateMsgDelegate) Name() string
Name returns name of command
func (*CreateMsgDelegate) Version ¶
func (*CreateMsgDelegate) Version() int
Version returns version of command
type CreateMsgDeposit ¶
type CreateMsgDeposit struct {
// contains filtered or unexported fields
}
func NewCreateMsgDeposit ¶
func NewCreateMsgDeposit( msgCommonParams event.MsgCommonParams, params model.MsgDepositParams, ) *CreateMsgDeposit
func (*CreateMsgDeposit) Exec ¶
func (cmd *CreateMsgDeposit) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgDeposit) Version ¶
func (*CreateMsgDeposit) Version() int
Version returns version of command
type CreateMsgDepositV1 ¶ added in v1.7.0
type CreateMsgDepositV1 struct {
// contains filtered or unexported fields
}
func NewCreateMsgDepositV1 ¶ added in v1.7.0
func NewCreateMsgDepositV1( msgCommonParams event.MsgCommonParams, params model_gov_v1.MsgDepositParams, ) *CreateMsgDepositV1
func (*CreateMsgDepositV1) Exec ¶ added in v1.7.0
func (cmd *CreateMsgDepositV1) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgDepositV1) Name ¶ added in v1.7.0
func (*CreateMsgDepositV1) Name() string
Name returns name of command
func (*CreateMsgDepositV1) Version ¶ added in v1.7.0
func (*CreateMsgDepositV1) Version() int
Version returns version of command
type CreateMsgEditValidator ¶
type CreateMsgEditValidator struct {
// contains filtered or unexported fields
}
func NewCreateMsgEditValidator ¶
func NewCreateMsgEditValidator(msgCommonParams event.MsgCommonParams, params model.MsgEditValidatorParams) *CreateMsgEditValidator
func (*CreateMsgEditValidator) Exec ¶
func (cmd *CreateMsgEditValidator) Exec() (entity_event.Event, error)
func (*CreateMsgEditValidator) Name ¶
func (*CreateMsgEditValidator) Name() string
func (*CreateMsgEditValidator) Version ¶
func (*CreateMsgEditValidator) Version() int
type CreateMsgEthereumTx ¶ added in v1.3.21
type CreateMsgEthereumTx struct {
// contains filtered or unexported fields
}
func NewCreateMsgEthereumTx ¶ added in v1.3.21
func NewCreateMsgEthereumTx( msgCommonParams event.MsgCommonParams, params model.MsgEthereumTxParams, ) *CreateMsgEthereumTx
func (*CreateMsgEthereumTx) Exec ¶ added in v1.3.21
func (cmd *CreateMsgEthereumTx) Exec() (entity_event.Event, error)
func (*CreateMsgEthereumTx) Name ¶ added in v1.3.21
func (*CreateMsgEthereumTx) Name() string
func (*CreateMsgEthereumTx) Version ¶ added in v1.3.21
func (*CreateMsgEthereumTx) Version() int
type CreateMsgExec ¶
type CreateMsgExec struct {
// contains filtered or unexported fields
}
func NewCreateMsgExec ¶
func NewCreateMsgExec( msgCommonParams event.MsgCommonParams, params model.MsgExecParams, ) *CreateMsgExec
func (*CreateMsgExec) Exec ¶
func (cmd *CreateMsgExec) Exec() (entity_event.Event, error)
func (*CreateMsgExec) Name ¶
func (*CreateMsgExec) Name() string
func (*CreateMsgExec) Version ¶
func (*CreateMsgExec) Version() int
type CreateMsgFundCommunityPool ¶
type CreateMsgFundCommunityPool struct {
// contains filtered or unexported fields
}
func NewCreateMsgFundCommunityPool ¶
func NewCreateMsgFundCommunityPool( msgCommonParams event.MsgCommonParams, params model.MsgFundCommunityPoolParams, ) *CreateMsgFundCommunityPool
func (*CreateMsgFundCommunityPool) Exec ¶
func (cmd *CreateMsgFundCommunityPool) Exec() (entity_event.Event, error)
func (*CreateMsgFundCommunityPool) Name ¶
func (_ *CreateMsgFundCommunityPool) Name() string
func (*CreateMsgFundCommunityPool) Version ¶
func (_ *CreateMsgFundCommunityPool) Version() int
type CreateMsgGrant ¶
type CreateMsgGrant struct {
// contains filtered or unexported fields
}
func NewCreateMsgGrant ¶
func NewCreateMsgGrant( msgCommonParams event.MsgCommonParams, params model.MsgGrantParams, ) *CreateMsgGrant
func (*CreateMsgGrant) Exec ¶
func (cmd *CreateMsgGrant) Exec() (entity_event.Event, error)
func (*CreateMsgGrant) Name ¶
func (*CreateMsgGrant) Name() string
func (*CreateMsgGrant) Version ¶
func (*CreateMsgGrant) Version() int
type CreateMsgGrantAllowance ¶
type CreateMsgGrantAllowance struct {
// contains filtered or unexported fields
}
func NewCreateMsgGrantAllowance ¶
func NewCreateMsgGrantAllowance( msgCommonParams event.MsgCommonParams, params model.MsgGrantAllowanceParams, ) *CreateMsgGrantAllowance
func (*CreateMsgGrantAllowance) Exec ¶
func (cmd *CreateMsgGrantAllowance) Exec() (entity_event.Event, error)
func (*CreateMsgGrantAllowance) Name ¶
func (*CreateMsgGrantAllowance) Name() string
func (*CreateMsgGrantAllowance) Version ¶
func (*CreateMsgGrantAllowance) Version() int
type CreateMsgIBCAcknowledgement ¶
type CreateMsgIBCAcknowledgement struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCAcknowledgement ¶
func NewCreateMsgIBCAcknowledgement( msgCommonParams event.MsgCommonParams, params ibc_model.MsgAcknowledgementParams, ) *CreateMsgIBCAcknowledgement
func (*CreateMsgIBCAcknowledgement) Exec ¶
func (cmd *CreateMsgIBCAcknowledgement) Exec() (entity_event.Event, error)
func (*CreateMsgIBCAcknowledgement) Name ¶
func (*CreateMsgIBCAcknowledgement) Name() string
func (*CreateMsgIBCAcknowledgement) Version ¶
func (*CreateMsgIBCAcknowledgement) Version() int
type CreateMsgIBCChannelCloseConfirm ¶
type CreateMsgIBCChannelCloseConfirm struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelCloseConfirm ¶
func NewCreateMsgIBCChannelCloseConfirm( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelCloseConfirmParams, ) *CreateMsgIBCChannelCloseConfirm
func (*CreateMsgIBCChannelCloseConfirm) Exec ¶
func (cmd *CreateMsgIBCChannelCloseConfirm) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelCloseConfirm) Name ¶
func (*CreateMsgIBCChannelCloseConfirm) Name() string
func (*CreateMsgIBCChannelCloseConfirm) Version ¶
func (*CreateMsgIBCChannelCloseConfirm) Version() int
type CreateMsgIBCChannelCloseInit ¶
type CreateMsgIBCChannelCloseInit struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelCloseInit ¶
func NewCreateMsgIBCChannelCloseInit( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelCloseInitParams, ) *CreateMsgIBCChannelCloseInit
func (*CreateMsgIBCChannelCloseInit) Exec ¶
func (cmd *CreateMsgIBCChannelCloseInit) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelCloseInit) Name ¶
func (*CreateMsgIBCChannelCloseInit) Name() string
func (*CreateMsgIBCChannelCloseInit) Version ¶
func (*CreateMsgIBCChannelCloseInit) Version() int
type CreateMsgIBCChannelOpenAck ¶
type CreateMsgIBCChannelOpenAck struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelOpenAck ¶
func NewCreateMsgIBCChannelOpenAck( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelOpenAckParams, ) *CreateMsgIBCChannelOpenAck
func (*CreateMsgIBCChannelOpenAck) Exec ¶
func (cmd *CreateMsgIBCChannelOpenAck) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelOpenAck) Name ¶
func (*CreateMsgIBCChannelOpenAck) Name() string
func (*CreateMsgIBCChannelOpenAck) Version ¶
func (*CreateMsgIBCChannelOpenAck) Version() int
type CreateMsgIBCChannelOpenConfirm ¶
type CreateMsgIBCChannelOpenConfirm struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelOpenConfirm ¶
func NewCreateMsgIBCChannelOpenConfirm( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelOpenConfirmParams, ) *CreateMsgIBCChannelOpenConfirm
func (*CreateMsgIBCChannelOpenConfirm) Exec ¶
func (cmd *CreateMsgIBCChannelOpenConfirm) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelOpenConfirm) Name ¶
func (*CreateMsgIBCChannelOpenConfirm) Name() string
func (*CreateMsgIBCChannelOpenConfirm) Version ¶
func (*CreateMsgIBCChannelOpenConfirm) Version() int
type CreateMsgIBCChannelOpenInit ¶
type CreateMsgIBCChannelOpenInit struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelOpenInit ¶
func NewCreateMsgIBCChannelOpenInit( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelOpenInitParams, ) *CreateMsgIBCChannelOpenInit
func (*CreateMsgIBCChannelOpenInit) Exec ¶
func (cmd *CreateMsgIBCChannelOpenInit) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelOpenInit) Name ¶
func (*CreateMsgIBCChannelOpenInit) Name() string
func (*CreateMsgIBCChannelOpenInit) Version ¶
func (*CreateMsgIBCChannelOpenInit) Version() int
type CreateMsgIBCChannelOpenTry ¶
type CreateMsgIBCChannelOpenTry struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCChannelOpenTry ¶
func NewCreateMsgIBCChannelOpenTry( msgCommonParams event.MsgCommonParams, params ibc_model.MsgChannelOpenTryParams, ) *CreateMsgIBCChannelOpenTry
func (*CreateMsgIBCChannelOpenTry) Exec ¶
func (cmd *CreateMsgIBCChannelOpenTry) Exec() (entity_event.Event, error)
func (*CreateMsgIBCChannelOpenTry) Name ¶
func (*CreateMsgIBCChannelOpenTry) Name() string
func (*CreateMsgIBCChannelOpenTry) Version ¶
func (*CreateMsgIBCChannelOpenTry) Version() int
type CreateMsgIBCConnectionOpenAck ¶
type CreateMsgIBCConnectionOpenAck struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCConnectionOpenAck ¶
func NewCreateMsgIBCConnectionOpenAck( msgCommonParams event.MsgCommonParams, params ibc_model.MsgConnectionOpenAckParams, ) *CreateMsgIBCConnectionOpenAck
func (*CreateMsgIBCConnectionOpenAck) Exec ¶
func (cmd *CreateMsgIBCConnectionOpenAck) Exec() (entity_event.Event, error)
func (*CreateMsgIBCConnectionOpenAck) Name ¶
func (*CreateMsgIBCConnectionOpenAck) Name() string
func (*CreateMsgIBCConnectionOpenAck) Version ¶
func (*CreateMsgIBCConnectionOpenAck) Version() int
type CreateMsgIBCConnectionOpenConfirm ¶
type CreateMsgIBCConnectionOpenConfirm struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCConnectionOpenConfirm ¶
func NewCreateMsgIBCConnectionOpenConfirm( msgCommonParams event.MsgCommonParams, params ibc_model.MsgConnectionOpenConfirmParams, ) *CreateMsgIBCConnectionOpenConfirm
func (*CreateMsgIBCConnectionOpenConfirm) Exec ¶
func (cmd *CreateMsgIBCConnectionOpenConfirm) Exec() (entity_event.Event, error)
func (*CreateMsgIBCConnectionOpenConfirm) Name ¶
func (*CreateMsgIBCConnectionOpenConfirm) Name() string
func (*CreateMsgIBCConnectionOpenConfirm) Version ¶
func (*CreateMsgIBCConnectionOpenConfirm) Version() int
type CreateMsgIBCConnectionOpenInit ¶
type CreateMsgIBCConnectionOpenInit struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCConnectionOpenInit ¶
func NewCreateMsgIBCConnectionOpenInit( msgCommonParams event.MsgCommonParams, params ibc_model.MsgConnectionOpenInitParams, ) *CreateMsgIBCConnectionOpenInit
func (*CreateMsgIBCConnectionOpenInit) Exec ¶
func (cmd *CreateMsgIBCConnectionOpenInit) Exec() (entity_event.Event, error)
func (*CreateMsgIBCConnectionOpenInit) Name ¶
func (*CreateMsgIBCConnectionOpenInit) Name() string
func (*CreateMsgIBCConnectionOpenInit) Version ¶
func (*CreateMsgIBCConnectionOpenInit) Version() int
type CreateMsgIBCConnectionOpenTry ¶
type CreateMsgIBCConnectionOpenTry struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCConnectionOpenTry ¶
func NewCreateMsgIBCConnectionOpenTry( msgCommonParams event.MsgCommonParams, params ibc_model.MsgConnectionOpenTryParams, ) *CreateMsgIBCConnectionOpenTry
func (*CreateMsgIBCConnectionOpenTry) Exec ¶
func (cmd *CreateMsgIBCConnectionOpenTry) Exec() (entity_event.Event, error)
func (*CreateMsgIBCConnectionOpenTry) Name ¶
func (*CreateMsgIBCConnectionOpenTry) Name() string
func (*CreateMsgIBCConnectionOpenTry) Version ¶
func (*CreateMsgIBCConnectionOpenTry) Version() int
type CreateMsgIBCCreateClient ¶
type CreateMsgIBCCreateClient struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCCreateClient ¶
func NewCreateMsgIBCCreateClient( msgCommonParams event.MsgCommonParams, params ibc_model.MsgCreateClientParams, ) *CreateMsgIBCCreateClient
func (*CreateMsgIBCCreateClient) Exec ¶
func (cmd *CreateMsgIBCCreateClient) Exec() (entity_event.Event, error)
func (*CreateMsgIBCCreateClient) Name ¶
func (*CreateMsgIBCCreateClient) Name() string
func (*CreateMsgIBCCreateClient) Version ¶
func (*CreateMsgIBCCreateClient) Version() int
type CreateMsgIBCRecvPacket ¶
type CreateMsgIBCRecvPacket struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCRecvPacket ¶
func NewCreateMsgIBCRecvPacket( msgCommonParams event.MsgCommonParams, params ibc_model.MsgRecvPacketParams, ) *CreateMsgIBCRecvPacket
func (*CreateMsgIBCRecvPacket) Exec ¶
func (cmd *CreateMsgIBCRecvPacket) Exec() (entity_event.Event, error)
func (*CreateMsgIBCRecvPacket) Name ¶
func (*CreateMsgIBCRecvPacket) Name() string
func (*CreateMsgIBCRecvPacket) Version ¶
func (*CreateMsgIBCRecvPacket) Version() int
type CreateMsgIBCTimeout ¶
type CreateMsgIBCTimeout struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCTimeout ¶
func NewCreateMsgIBCTimeout( msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutParams, ) *CreateMsgIBCTimeout
func (*CreateMsgIBCTimeout) Exec ¶
func (cmd *CreateMsgIBCTimeout) Exec() (entity_event.Event, error)
func (*CreateMsgIBCTimeout) Name ¶
func (*CreateMsgIBCTimeout) Name() string
func (*CreateMsgIBCTimeout) Version ¶
func (*CreateMsgIBCTimeout) Version() int
type CreateMsgIBCTimeoutOnClose ¶
type CreateMsgIBCTimeoutOnClose struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCTimeoutOnClose ¶
func NewCreateMsgIBCTimeoutOnClose( msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutOnCloseParams, ) *CreateMsgIBCTimeoutOnClose
func (*CreateMsgIBCTimeoutOnClose) Exec ¶
func (cmd *CreateMsgIBCTimeoutOnClose) Exec() (entity_event.Event, error)
func (*CreateMsgIBCTimeoutOnClose) Name ¶
func (*CreateMsgIBCTimeoutOnClose) Name() string
func (*CreateMsgIBCTimeoutOnClose) Version ¶
func (*CreateMsgIBCTimeoutOnClose) Version() int
type CreateMsgIBCTransferTransfer ¶
type CreateMsgIBCTransferTransfer struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCTransferTransfer ¶
func NewCreateMsgIBCTransferTransfer( msgCommonParams event.MsgCommonParams, params ibc_model.MsgTransferParams, ) *CreateMsgIBCTransferTransfer
func (*CreateMsgIBCTransferTransfer) Exec ¶
func (cmd *CreateMsgIBCTransferTransfer) Exec() (entity_event.Event, error)
func (*CreateMsgIBCTransferTransfer) Name ¶
func (*CreateMsgIBCTransferTransfer) Name() string
func (*CreateMsgIBCTransferTransfer) Version ¶
func (*CreateMsgIBCTransferTransfer) Version() int
type CreateMsgIBCUpdateClient ¶
type CreateMsgIBCUpdateClient struct {
// contains filtered or unexported fields
}
func NewCreateMsgIBCUpdateClient ¶
func NewCreateMsgIBCUpdateClient( msgCommonParams event.MsgCommonParams, params ibc_model.MsgUpdateClientParams, ) *CreateMsgIBCUpdateClient
func (*CreateMsgIBCUpdateClient) Exec ¶
func (cmd *CreateMsgIBCUpdateClient) Exec() (entity_event.Event, error)
func (*CreateMsgIBCUpdateClient) Name ¶
func (*CreateMsgIBCUpdateClient) Name() string
func (*CreateMsgIBCUpdateClient) Version ¶
func (*CreateMsgIBCUpdateClient) Version() int
type CreateMsgMultiSend ¶
type CreateMsgMultiSend struct {
// contains filtered or unexported fields
}
func NewCreateMsgMultiSend ¶
func NewCreateMsgMultiSend(msgCommonParams event.MsgCommonParams, params model.MsgMultiSendParams) *CreateMsgMultiSend
func (*CreateMsgMultiSend) Exec ¶
func (cmd *CreateMsgMultiSend) Exec() (entity_event.Event, error)
func (*CreateMsgMultiSend) Name ¶
func (_ *CreateMsgMultiSend) Name() string
func (*CreateMsgMultiSend) Version ¶
func (_ *CreateMsgMultiSend) Version() int
type CreateMsgNFTBurnNFT ¶
type CreateMsgNFTBurnNFT struct {
// contains filtered or unexported fields
}
func NewCreateMsgNFTBurnNFT ¶
func NewCreateMsgNFTBurnNFT( msgCommonParams event.MsgCommonParams, params model.MsgNFTBurnNFTParams, ) *CreateMsgNFTBurnNFT
func (*CreateMsgNFTBurnNFT) Exec ¶
func (cmd *CreateMsgNFTBurnNFT) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgNFTBurnNFT) Name ¶
func (*CreateMsgNFTBurnNFT) Name() string
Name returns name of command
func (*CreateMsgNFTBurnNFT) Version ¶
func (*CreateMsgNFTBurnNFT) Version() int
Version returns version of command
type CreateMsgNFTEditNFT ¶
type CreateMsgNFTEditNFT struct {
// contains filtered or unexported fields
}
func NewCreateMsgNFTEditNFT ¶
func NewCreateMsgNFTEditNFT( msgCommonParams event.MsgCommonParams, params model.MsgNFTEditNFTParams, ) *CreateMsgNFTEditNFT
func (*CreateMsgNFTEditNFT) Exec ¶
func (cmd *CreateMsgNFTEditNFT) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgNFTEditNFT) Name ¶
func (*CreateMsgNFTEditNFT) Name() string
Name returns name of command
func (*CreateMsgNFTEditNFT) Version ¶
func (*CreateMsgNFTEditNFT) Version() int
Version returns version of command
type CreateMsgNFTIssueDenom ¶
type CreateMsgNFTIssueDenom struct {
// contains filtered or unexported fields
}
func NewCreateMsgNFTIssueDenom ¶
func NewCreateMsgNFTIssueDenom( msgCommonParams event.MsgCommonParams, params model.MsgNFTIssueDenomParams, ) *CreateMsgNFTIssueDenom
func (*CreateMsgNFTIssueDenom) Exec ¶
func (cmd *CreateMsgNFTIssueDenom) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgNFTIssueDenom) Name ¶
func (*CreateMsgNFTIssueDenom) Name() string
Name returns name of command
func (*CreateMsgNFTIssueDenom) Version ¶
func (*CreateMsgNFTIssueDenom) Version() int
Version returns version of command
type CreateMsgNFTMintNFT ¶
type CreateMsgNFTMintNFT struct {
// contains filtered or unexported fields
}
func NewCreateMsgNFTMintNFT ¶
func NewCreateMsgNFTMintNFT( msgCommonParams event.MsgCommonParams, params model.MsgNFTMintNFTParams, ) *CreateMsgNFTMintNFT
func (*CreateMsgNFTMintNFT) Exec ¶
func (cmd *CreateMsgNFTMintNFT) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgNFTMintNFT) Name ¶
func (*CreateMsgNFTMintNFT) Name() string
Name returns name of command
func (*CreateMsgNFTMintNFT) Version ¶
func (*CreateMsgNFTMintNFT) Version() int
Version returns version of command
type CreateMsgNFTTransferNFT ¶
type CreateMsgNFTTransferNFT struct {
// contains filtered or unexported fields
}
func NewCreateMsgNFTTransferNFT ¶
func NewCreateMsgNFTTransferNFT( msgCommonParams event.MsgCommonParams, params model.MsgNFTTransferNFTParams, ) *CreateMsgNFTTransferNFT
func (*CreateMsgNFTTransferNFT) Exec ¶
func (cmd *CreateMsgNFTTransferNFT) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgNFTTransferNFT) Name ¶
func (*CreateMsgNFTTransferNFT) Name() string
Name returns name of command
func (*CreateMsgNFTTransferNFT) Version ¶
func (*CreateMsgNFTTransferNFT) Version() int
Version returns version of command
type CreateMsgRegisterAccount ¶ added in v1.6.26
type CreateMsgRegisterAccount struct {
// contains filtered or unexported fields
}
func NewCreateMsgRegisterAccount ¶ added in v1.6.26
func NewCreateMsgRegisterAccount( msgCommonParams event.MsgCommonParams, params icaauthmodel.MsgRegisterAccountParams, ) *CreateMsgRegisterAccount
func (*CreateMsgRegisterAccount) Exec ¶ added in v1.6.26
func (cmd *CreateMsgRegisterAccount) Exec() (entity_event.Event, error)
func (*CreateMsgRegisterAccount) Name ¶ added in v1.6.26
func (*CreateMsgRegisterAccount) Name() string
func (*CreateMsgRegisterAccount) Version ¶ added in v1.6.26
func (*CreateMsgRegisterAccount) Version() int
type CreateMsgRevoke ¶
type CreateMsgRevoke struct {
// contains filtered or unexported fields
}
func NewCreateMsgRevoke ¶
func NewCreateMsgRevoke( msgCommonParams event.MsgCommonParams, params model.MsgRevokeParams, ) *CreateMsgRevoke
func (*CreateMsgRevoke) Exec ¶
func (cmd *CreateMsgRevoke) Exec() (entity_event.Event, error)
func (*CreateMsgRevoke) Name ¶
func (*CreateMsgRevoke) Name() string
func (*CreateMsgRevoke) Version ¶
func (*CreateMsgRevoke) Version() int
type CreateMsgRevokeAllowance ¶
type CreateMsgRevokeAllowance struct {
// contains filtered or unexported fields
}
func NewCreateMsgRevokeAllowance ¶
func NewCreateMsgRevokeAllowance( msgCommonParams event.MsgCommonParams, params model.MsgRevokeAllowanceParams, ) *CreateMsgRevokeAllowance
func (*CreateMsgRevokeAllowance) Exec ¶
func (cmd *CreateMsgRevokeAllowance) Exec() (entity_event.Event, error)
func (*CreateMsgRevokeAllowance) Name ¶
func (*CreateMsgRevokeAllowance) Name() string
func (*CreateMsgRevokeAllowance) Version ¶
func (*CreateMsgRevokeAllowance) Version() int
type CreateMsgSend ¶
type CreateMsgSend struct {
// contains filtered or unexported fields
}
func NewCreateMsgSend ¶
func NewCreateMsgSend(msgCommonParams event.MsgCommonParams, params event.MsgSendCreatedParams) *CreateMsgSend
func (*CreateMsgSend) Exec ¶
func (cmd *CreateMsgSend) Exec() (entity_event.Event, error)
func (*CreateMsgSend) Name ¶
func (_ *CreateMsgSend) Name() string
func (*CreateMsgSend) Version ¶
func (_ *CreateMsgSend) Version() int
type CreateMsgSetSendEnabled ¶ added in v1.7.22
type CreateMsgSetSendEnabled struct {
// contains filtered or unexported fields
}
func NewCreateMsgSetSendEnabled ¶ added in v1.7.22
func NewCreateMsgSetSendEnabled(msgCommonParams event.MsgCommonParams, params model.MsgSetSendEnabled) *CreateMsgSetSendEnabled
func (*CreateMsgSetSendEnabled) Exec ¶ added in v1.7.22
func (cmd *CreateMsgSetSendEnabled) Exec() (entity_event.Event, error)
func (*CreateMsgSetSendEnabled) Name ¶ added in v1.7.22
func (_ *CreateMsgSetSendEnabled) Name() string
func (*CreateMsgSetSendEnabled) Version ¶ added in v1.7.22
func (_ *CreateMsgSetSendEnabled) Version() int
type CreateMsgSetWithdrawAddress ¶
type CreateMsgSetWithdrawAddress struct {
// contains filtered or unexported fields
}
func NewCreateMsgSetWithdrawAddress ¶
func NewCreateMsgSetWithdrawAddress( msgCommonParams event.MsgCommonParams, params model.MsgSetWithdrawAddressParams, ) *CreateMsgSetWithdrawAddress
func (*CreateMsgSetWithdrawAddress) Exec ¶
func (cmd *CreateMsgSetWithdrawAddress) Exec() (entity_event.Event, error)
func (*CreateMsgSetWithdrawAddress) Name ¶
func (_ *CreateMsgSetWithdrawAddress) Name() string
func (*CreateMsgSetWithdrawAddress) Version ¶
func (_ *CreateMsgSetWithdrawAddress) Version() int
type CreateMsgSubmitCancelSoftwareUpgradeProposal ¶
type CreateMsgSubmitCancelSoftwareUpgradeProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitCancelSoftwareUpgradeProposal ¶
func NewCreateMsgSubmitCancelSoftwareUpgradeProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitCancelSoftwareUpgradeProposalParams, ) *CreateMsgSubmitCancelSoftwareUpgradeProposal
func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Exec ¶
func (cmd *CreateMsgSubmitCancelSoftwareUpgradeProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Name ¶
func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Version ¶
func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Version() int
Version returns version of command
type CreateMsgSubmitCommunityPoolSpendProposal ¶
type CreateMsgSubmitCommunityPoolSpendProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitCommunityPoolSpendProposal ¶
func NewCreateMsgSubmitCommunityPoolSpendProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitCommunityPoolSpendProposalParams, ) *CreateMsgSubmitCommunityPoolSpendProposal
func (*CreateMsgSubmitCommunityPoolSpendProposal) Exec ¶
func (cmd *CreateMsgSubmitCommunityPoolSpendProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitCommunityPoolSpendProposal) Name ¶
func (*CreateMsgSubmitCommunityPoolSpendProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitCommunityPoolSpendProposal) Version ¶
func (*CreateMsgSubmitCommunityPoolSpendProposal) Version() int
Version returns version of command
type CreateMsgSubmitParamChangeProposal ¶
type CreateMsgSubmitParamChangeProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitParamChangeProposal ¶
func NewCreateMsgSubmitParamChangeProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitParamChangeProposalParams, ) *CreateMsgSubmitParamChangeProposal
func (*CreateMsgSubmitParamChangeProposal) Exec ¶
func (cmd *CreateMsgSubmitParamChangeProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitParamChangeProposal) Name ¶
func (*CreateMsgSubmitParamChangeProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitParamChangeProposal) Version ¶
func (*CreateMsgSubmitParamChangeProposal) Version() int
Version returns version of command
type CreateMsgSubmitProposal ¶ added in v1.7.0
type CreateMsgSubmitProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitProposal ¶ added in v1.7.0
func NewCreateMsgSubmitProposal( msgCommonParams event.MsgCommonParams, params model_gov_v1.MsgSubmitProposalParams, ) *CreateMsgSubmitProposal
func (*CreateMsgSubmitProposal) Exec ¶ added in v1.7.0
func (cmd *CreateMsgSubmitProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitProposal) Name ¶ added in v1.7.0
func (*CreateMsgSubmitProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitProposal) Version ¶ added in v1.7.0
func (*CreateMsgSubmitProposal) Version() int
Version returns version of command
type CreateMsgSubmitSoftwareUpgradeProposal ¶
type CreateMsgSubmitSoftwareUpgradeProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitSoftwareUpgradeProposal ¶
func NewCreateMsgSubmitSoftwareUpgradeProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitSoftwareUpgradeProposalParams, ) *CreateMsgSubmitSoftwareUpgradeProposal
func (*CreateMsgSubmitSoftwareUpgradeProposal) Exec ¶
func (cmd *CreateMsgSubmitSoftwareUpgradeProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitSoftwareUpgradeProposal) Name ¶
func (*CreateMsgSubmitSoftwareUpgradeProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitSoftwareUpgradeProposal) Version ¶
func (*CreateMsgSubmitSoftwareUpgradeProposal) Version() int
Version returns version of command
type CreateMsgSubmitTextProposal ¶
type CreateMsgSubmitTextProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitTextProposal ¶
func NewCreateMsgSubmitTextProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitTextProposalParams, ) *CreateMsgSubmitTextProposal
func (*CreateMsgSubmitTextProposal) Exec ¶
func (cmd *CreateMsgSubmitTextProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitTextProposal) Name ¶
func (*CreateMsgSubmitTextProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitTextProposal) Version ¶
func (*CreateMsgSubmitTextProposal) Version() int
Version returns version of command
type CreateMsgSubmitTx ¶ added in v1.6.26
type CreateMsgSubmitTx struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitTx ¶ added in v1.6.26
func NewCreateMsgSubmitTx( msgCommonParams event.MsgCommonParams, params icaauthmodel.MsgSubmitTxParams, ) *CreateMsgSubmitTx
func (*CreateMsgSubmitTx) Exec ¶ added in v1.6.26
func (cmd *CreateMsgSubmitTx) Exec() (entity_event.Event, error)
func (*CreateMsgSubmitTx) Name ¶ added in v1.6.26
func (*CreateMsgSubmitTx) Name() string
func (*CreateMsgSubmitTx) Version ¶ added in v1.6.26
func (*CreateMsgSubmitTx) Version() int
type CreateMsgSubmitUnknownProposal ¶ added in v1.4.1
type CreateMsgSubmitUnknownProposal struct {
// contains filtered or unexported fields
}
func NewCreateMsgSubmitUnknownProposal ¶ added in v1.4.1
func NewCreateMsgSubmitUnknownProposal( msgCommonParams event.MsgCommonParams, params model.MsgSubmitUnknownProposalParams, ) *CreateMsgSubmitUnknownProposal
func (*CreateMsgSubmitUnknownProposal) Exec ¶ added in v1.4.1
func (cmd *CreateMsgSubmitUnknownProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgSubmitUnknownProposal) Name ¶ added in v1.4.1
func (*CreateMsgSubmitUnknownProposal) Name() string
Name returns name of command
func (*CreateMsgSubmitUnknownProposal) Version ¶ added in v1.4.1
func (*CreateMsgSubmitUnknownProposal) Version() int
Version returns version of command
type CreateMsgUndelegate ¶
type CreateMsgUndelegate struct {
// contains filtered or unexported fields
}
CreateMsgUndelegate is a command to create MsgUndelegate event
func NewCreateMsgUndelegate ¶
func NewCreateMsgUndelegate(msgCommonParams event.MsgCommonParams, params model.MsgUndelegateParams) *CreateMsgUndelegate
NewCreateMsgUndelegate create a new instance of CreateMsgUndelegate command
func (*CreateMsgUndelegate) Exec ¶
func (cmd *CreateMsgUndelegate) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgUndelegate) Name ¶
func (*CreateMsgUndelegate) Name() string
Name returns name of command
func (*CreateMsgUndelegate) Version ¶
func (*CreateMsgUndelegate) Version() int
Version returns version of command
type CreateMsgUnjail ¶
type CreateMsgUnjail struct {
// contains filtered or unexported fields
}
CreateMsgUnjail is a command to create MsgUnjail event
func NewCreateMsgUnjail ¶
func NewCreateMsgUnjail(msgCommonParams event.MsgCommonParams, params model.MsgUnjailParams) *CreateMsgUnjail
NewCreateMsgUnjail create a new instance of CreateMsgUnjail command
func (*CreateMsgUnjail) Exec ¶
func (cmd *CreateMsgUnjail) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgUnjail) Version ¶
func (*CreateMsgUnjail) Version() int
Version returns version of command
type CreateMsgVotV1 ¶ added in v1.7.0
type CreateMsgVotV1 struct {
// contains filtered or unexported fields
}
func NewCreateMsgVoteV1 ¶ added in v1.7.0
func NewCreateMsgVoteV1( msgCommonParams event.MsgCommonParams, params model_gov_v1.MsgVoteParams, ) *CreateMsgVotV1
func (*CreateMsgVotV1) Exec ¶ added in v1.7.0
func (cmd *CreateMsgVotV1) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgVotV1) Name ¶ added in v1.7.0
func (*CreateMsgVotV1) Name() string
Name returns name of command
func (*CreateMsgVotV1) Version ¶ added in v1.7.0
func (*CreateMsgVotV1) Version() int
Version returns version of command
type CreateMsgVote ¶
type CreateMsgVote struct {
// contains filtered or unexported fields
}
func NewCreateMsgVote ¶
func NewCreateMsgVote( msgCommonParams event.MsgCommonParams, params model.MsgVoteParams, ) *CreateMsgVote
func (*CreateMsgVote) Exec ¶
func (cmd *CreateMsgVote) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgVote) Version ¶
func (*CreateMsgVote) Version() int
Version returns version of command
type CreateMsgVoteWeightedV1 ¶ added in v1.7.0
type CreateMsgVoteWeightedV1 struct {
// contains filtered or unexported fields
}
func NewCreateMsgVoteWeightedV1 ¶ added in v1.7.0
func NewCreateMsgVoteWeightedV1( msgCommonParams event.MsgCommonParams, params model_gov_v1.MsgVoteWeightedParams, ) *CreateMsgVoteWeightedV1
func (*CreateMsgVoteWeightedV1) Exec ¶ added in v1.7.0
func (cmd *CreateMsgVoteWeightedV1) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*CreateMsgVoteWeightedV1) Name ¶ added in v1.7.0
func (*CreateMsgVoteWeightedV1) Name() string
Name returns name of command
func (*CreateMsgVoteWeightedV1) Version ¶ added in v1.7.0
func (*CreateMsgVoteWeightedV1) Version() int
Version returns version of command
type CreateMsgWithdrawDelegatorReward ¶
type CreateMsgWithdrawDelegatorReward struct {
// contains filtered or unexported fields
}
func NewCreateMsgWithdrawDelegatorReward ¶
func NewCreateMsgWithdrawDelegatorReward( msgCommonParams event.MsgCommonParams, params model.MsgWithdrawDelegatorRewardParams, ) *CreateMsgWithdrawDelegatorReward
func (*CreateMsgWithdrawDelegatorReward) Exec ¶
func (cmd *CreateMsgWithdrawDelegatorReward) Exec() (entity_event.Event, error)
func (*CreateMsgWithdrawDelegatorReward) Name ¶
func (_ *CreateMsgWithdrawDelegatorReward) Name() string
func (*CreateMsgWithdrawDelegatorReward) Version ¶
func (_ *CreateMsgWithdrawDelegatorReward) Version() int
type CreateMsgWithdrawValidatorCommission ¶
type CreateMsgWithdrawValidatorCommission struct {
// contains filtered or unexported fields
}
func NewCreateMsgWithdrawValidatorCommission ¶
func NewCreateMsgWithdrawValidatorCommission( msgCommonParams event.MsgCommonParams, params model.MsgWithdrawValidatorCommissionParams, ) *CreateMsgWithdrawValidatorCommission
func (*CreateMsgWithdrawValidatorCommission) Exec ¶
func (cmd *CreateMsgWithdrawValidatorCommission) Exec() (entity_event.Event, error)
func (*CreateMsgWithdrawValidatorCommission) Name ¶
func (_ *CreateMsgWithdrawValidatorCommission) Name() string
func (*CreateMsgWithdrawValidatorCommission) Version ¶
func (_ *CreateMsgWithdrawValidatorCommission) Version() int
type CreateRawBlock ¶
type CreateRawBlock struct {
// contains filtered or unexported fields
}
func NewCreateRawBlock ¶
func NewCreateRawBlock(rawBlock *usecase_model.RawBlock) *CreateRawBlock
func (*CreateRawBlock) Exec ¶
func (cmd *CreateRawBlock) Exec() (entity_event.Event, error)
func (*CreateRawBlock) Name ¶
func (_ *CreateRawBlock) Name() string
func (*CreateRawBlock) Version ¶
func (_ *CreateRawBlock) Version() int
type CreateRawTransaction ¶ added in v1.5.2
type CreateRawTransaction struct {
// contains filtered or unexported fields
}
func NewCreateRawTransaction ¶ added in v1.5.2
func NewCreateRawTransaction(blockHeight int64, params model.CreateRawTransactionParams) *CreateRawTransaction
func (*CreateRawTransaction) Exec ¶ added in v1.5.2
func (cmd *CreateRawTransaction) Exec() (entity_event.Event, error)
func (*CreateRawTransaction) Name ¶ added in v1.5.2
func (_ *CreateRawTransaction) Name() string
func (*CreateRawTransaction) Version ¶ added in v1.5.2
func (_ *CreateRawTransaction) Version() int
type CreateTransaction ¶
type CreateTransaction struct {
// contains filtered or unexported fields
}
func NewCreateTransaction ¶
func NewCreateTransaction(blockHeight int64, params model.CreateTransactionParams) *CreateTransaction
func (*CreateTransaction) Exec ¶
func (cmd *CreateTransaction) Exec() (entity_event.Event, error)
func (*CreateTransaction) Name ¶
func (_ *CreateTransaction) Name() string
func (*CreateTransaction) Version ¶
func (_ *CreateTransaction) Version() int
type EndProposal ¶
type EndProposal struct {
// contains filtered or unexported fields
}
func NewEndProposal ¶
func NewEndProposal(blockHeight int64, proposalId string, result string) *EndProposal
func (*EndProposal) Exec ¶
func (cmd *EndProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
type GravityHandleEthereumSendToCosmos ¶
type GravityHandleEthereumSendToCosmos struct {
// contains filtered or unexported fields
}
func NewGravityHandleEthereumSendToCosmos ¶
func NewGravityHandleEthereumSendToCosmos( blockHeight int64, params model.GravityEthereumSendToCosmosHandledEventParams, ) *GravityHandleEthereumSendToCosmos
FIXME: issue the command in parser after gathering real life example
func (*GravityHandleEthereumSendToCosmos) Exec ¶
func (cmd *GravityHandleEthereumSendToCosmos) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*GravityHandleEthereumSendToCosmos) Name ¶
func (*GravityHandleEthereumSendToCosmos) Name() string
Name returns name of command
func (*GravityHandleEthereumSendToCosmos) Version ¶
func (*GravityHandleEthereumSendToCosmos) Version() int
Version returns version of command
type InactiveProposal ¶
type InactiveProposal struct {
// contains filtered or unexported fields
}
func NewInactiveProposal ¶
func NewInactiveProposal(blockHeight int64, proposalId string, result string) *InactiveProposal
func (*InactiveProposal) Exec ¶
func (cmd *InactiveProposal) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*InactiveProposal) Version ¶
func (*InactiveProposal) Version() int
Version returns version of command
type JailValidator ¶
type JailValidator struct {
// contains filtered or unexported fields
}
func NewJailValidator ¶
func NewJailValidator(blockHeight int64, consensusNodeAddress string, reason string) *JailValidator
func (*JailValidator) Exec ¶
func (cmd *JailValidator) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*JailValidator) Version ¶
func (*JailValidator) Version() int
Version returns version of command
type SlashValidator ¶
type SlashValidator struct {
// contains filtered or unexported fields
}
func NewSlashValidator ¶
func NewSlashValidator(blockHeight int64, params model.SlashValidatorParams) *SlashValidator
func (*SlashValidator) Exec ¶
func (cmd *SlashValidator) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*SlashValidator) Version ¶
func (*SlashValidator) Version() int
Version returns version of command
type StartProposalVotingPeriod ¶
type StartProposalVotingPeriod struct {
// contains filtered or unexported fields
}
func NewStartProposalVotingPeriod ¶
func NewStartProposalVotingPeriod( blockHeight int64, proposalId string, ) *StartProposalVotingPeriod
func (*StartProposalVotingPeriod) Exec ¶
func (cmd *StartProposalVotingPeriod) Exec() (entity_event.Event, error)
Exec process the command data and return the event accordingly
func (*StartProposalVotingPeriod) Name ¶
func (*StartProposalVotingPeriod) Name() string
Name returns name of command
func (*StartProposalVotingPeriod) Version ¶
func (*StartProposalVotingPeriod) Version() int
Version returns version of command
Source Files ¶
- change_power.go
- complete_unbonding.go
- create_account_transfer.go
- create_block_commission.go
- create_block_proposer_reward.go
- create_block_reward.go
- create_chainmain_msg_register_account.go
- create_chainmain_msg_submit_tx.go
- create_cronos_send_to_ibc.go
- create_genesis.go
- create_genesis_validator.go
- create_mint.go
- create_msg_begin_redelegate.go
- create_msg_create_validator.go
- create_msg_create_vesting_account.go
- create_msg_deposit.go
- create_msg_deposit_v1.go
- create_msg_ethereum_tx.go
- create_msg_exec.go
- create_msg_grant.go
- create_msg_grant_allowance.go
- create_msg_ibc_acknowledgement.go
- create_msg_ibc_channel_close_confirm.go
- create_msg_ibc_channel_close_init.go
- create_msg_ibc_channel_open_ack.go
- create_msg_ibc_channel_open_confirm.go
- create_msg_ibc_channel_open_init.go
- create_msg_ibc_channel_open_try.go
- create_msg_ibc_connection_open_ack.go
- create_msg_ibc_connection_open_confirm.go
- create_msg_ibc_connection_open_init.go
- create_msg_ibc_connection_open_try.go
- create_msg_ibc_core_recv_packet.go
- create_msg_ibc_create_client.go
- create_msg_ibc_timeout.go
- create_msg_ibc_timeout_on_close.go
- create_msg_ibc_transfer_transfer.go
- create_msg_ibc_update_client.go
- create_msg_nft_burn_nft.go
- create_msg_nft_edit_nft.go
- create_msg_nft_issue_denom.go
- create_msg_nft_mint_nft.go
- create_msg_nft_transfer_nft.go
- create_msg_register_account.go
- create_msg_revoke.go
- create_msg_revoke_allowance.go
- create_msg_set_send_enabled.go
- create_msg_submit_cancel_software_upgrade_proposal.go
- create_msg_submit_community_pool_spend_proposal.go
- create_msg_submit_param_change_proposal.go
- create_msg_submit_proposal.go
- create_msg_submit_software_upgrade_proposal.go
- create_msg_submit_text_proposal.go
- create_msg_submit_tx.go
- create_msg_submit_unknown_proposal.go
- create_msg_undelegate.go
- create_msg_update_client.go
- create_msg_vote.go
- create_msg_vote_v1.go
- create_msg_vote_weighted.go
- create_raw_block_events.go
- create_raw_transaction.go
- create_transaction.go
- createblock.go
- createmsgdelegate.go
- createmsgeditvalidator.go
- createmsgfundcommunitypool.go
- createmsgmultisend.go
- createmsgsend.go
- createmsgsetwithdrawaddress.go
- createmsgunjail.go
- createmsgwithdrawdelegatorreward.go
- createmsgwithdrawvalidatorcommission.go
- createrawblock.go
- end_proposal.go
- garvity_handle_ethereum_send_to_cosmos.go
- inactive_proposal.go
- jail_validator.go
- slash_validator.go
- start_proposal_voting_period.go