Versions in this module Expand all Collapse all v0 v0.0.1 Nov 4, 2022 Changes in this version + type ChangePower struct + func NewChangePower(blockHeight int64, params model.PowerChangeParams) *ChangePower + func (*ChangePower) Name() string + func (*ChangePower) Version() int + func (cmd *ChangePower) Exec() (entity_event.Event, error) + type CreateAccountTransfer struct + func NewCreateAccountTransfer(blockHeight int64, params model.AccountTransferParams) *CreateAccountTransfer + func (*CreateAccountTransfer) Name() string + func (*CreateAccountTransfer) Version() int + func (cmd *CreateAccountTransfer) Exec() (entity_event.Event, error) + type CreateBlock struct + func NewCreateBLock(block *model_usecase.Block) *CreateBlock + func (_ *CreateBlock) Name() string + func (_ *CreateBlock) Version() int + func (cmd *CreateBlock) Exec() (event_entity.Event, error) + type CreateBlockCommission struct + func NewCreateBlockCommission(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockCommission + func (*CreateBlockCommission) Name() string + func (*CreateBlockCommission) Version() int + func (cmd *CreateBlockCommission) Exec() (entity_event.Event, error) + type CreateBlockProposerReward struct + func NewCreateBlockProposerReward(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockProposerReward + func (*CreateBlockProposerReward) Name() string + func (*CreateBlockProposerReward) Version() int + func (cmd *CreateBlockProposerReward) Exec() (entity_event.Event, error) + type CreateBlockReward struct + func NewCreateBlockReward(blockHeight int64, validator string, amount coin.DecCoins) *CreateBlockReward + func (*CreateBlockReward) Name() string + func (*CreateBlockReward) Version() int + func (cmd *CreateBlockReward) Exec() (entity_event.Event, error) + type CreateClawbackVestingAccount struct + func NewCreateClawbackVestingAccount(msgCommonParams event.MsgCommonParams, ...) *CreateClawbackVestingAccount + func (*CreateClawbackVestingAccount) Name() string + func (*CreateClawbackVestingAccount) Version() int + func (cmd *CreateClawbackVestingAccount) Exec() (entity_event.Event, error) + type CreateCompleteUnbonding struct + func NewCreateCompleteBonding(blockHeight int64, params model.CompleteBondingParams) *CreateCompleteUnbonding + func (*CreateCompleteUnbonding) Name() string + func (*CreateCompleteUnbonding) Version() int + func (cmd *CreateCompleteUnbonding) Exec() (entity_event.Event, error) + type CreateCronosSendToIBC struct + func NewCreateCronosSendToIBC(blockHeight int64, params model.CronosSendToIBCParams) *CreateCronosSendToIBC + func (*CreateCronosSendToIBC) Name() string + func (*CreateCronosSendToIBC) Version() int + func (cmd *CreateCronosSendToIBC) Exec() (entity_event.Event, error) + type CreateGenesis struct + func NewCreateGenesis(genesis genesis.Genesis) *CreateGenesis + func (*CreateGenesis) Name() string + func (*CreateGenesis) Version() int + func (cmd *CreateGenesis) Exec() (entity_event.Event, error) + type CreateGenesisValidator struct + func NewCreateGenesisValidator(params genesis.CreateGenesisValidatorParams) *CreateGenesisValidator + func (*CreateGenesisValidator) Name() string + func (*CreateGenesisValidator) Version() int + func (cmd *CreateGenesisValidator) Exec() (entity_event.Event, error) + type CreateMint struct + func NewCreateMint(blockHeight int64, params model.MintParams) *CreateMint + func (*CreateMint) Name() string + func (*CreateMint) Version() int + func (cmd *CreateMint) Exec() (entity_event.Event, error) + type CreateMsgAlreadyRelayedIBCAcknowledgement struct + func NewCreateMsgAlreadyRelayedIBCAcknowledgement(msgCommonParams event.MsgCommonParams, ...) *CreateMsgAlreadyRelayedIBCAcknowledgement + func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Name() string + func (*CreateMsgAlreadyRelayedIBCAcknowledgement) Version() int + func (cmd *CreateMsgAlreadyRelayedIBCAcknowledgement) Exec() (entity_event.Event, error) + type CreateMsgAlreadyRelayedIBCRecvPacket struct + func NewCreateMsgAlreadyRelayedIBCRecvPacket(msgCommonParams event.MsgCommonParams, ...) *CreateMsgAlreadyRelayedIBCRecvPacket + func (*CreateMsgAlreadyRelayedIBCRecvPacket) Name() string + func (*CreateMsgAlreadyRelayedIBCRecvPacket) Version() int + func (cmd *CreateMsgAlreadyRelayedIBCRecvPacket) Exec() (entity_event.Event, error) + type CreateMsgAlreadyRelayedIBCTimeout struct + func NewCreateMsgAlreadyRelayedIBCTimeout(msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutParams) *CreateMsgAlreadyRelayedIBCTimeout + func (*CreateMsgAlreadyRelayedIBCTimeout) Name() string + func (*CreateMsgAlreadyRelayedIBCTimeout) Version() int + func (cmd *CreateMsgAlreadyRelayedIBCTimeout) Exec() (entity_event.Event, error) + type CreateMsgAlreadyRelayedIBCTimeoutOnClose struct + func NewCreateMsgAlreadyRelayedIBCTimeoutOnClose(msgCommonParams event.MsgCommonParams, ...) *CreateMsgAlreadyRelayedIBCTimeoutOnClose + func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Name() string + func (*CreateMsgAlreadyRelayedIBCTimeoutOnClose) Version() int + func (cmd *CreateMsgAlreadyRelayedIBCTimeoutOnClose) Exec() (entity_event.Event, error) + type CreateMsgBeginRedelegate struct + func NewCreateMsgBeginRedelegate(msgCommonParams event.MsgCommonParams, params model.MsgBeginRedelegateParams) *CreateMsgBeginRedelegate + func (*CreateMsgBeginRedelegate) Name() string + func (*CreateMsgBeginRedelegate) Version() int + func (cmd *CreateMsgBeginRedelegate) Exec() (entity_event.Event, error) + type CreateMsgCreateValidator struct + func NewCreateMsgCreateValidator(msgCommonParams event.MsgCommonParams, params model.MsgCreateValidatorParams) *CreateMsgCreateValidator + func (*CreateMsgCreateValidator) Name() string + func (*CreateMsgCreateValidator) Version() int + func (cmd *CreateMsgCreateValidator) Exec() (entity_event.Event, error) + type CreateMsgCreateVestingAccount struct + func NewCreateMsgCreateVestingAccount(msgCommonParams event.MsgCommonParams, ...) *CreateMsgCreateVestingAccount + func (*CreateMsgCreateVestingAccount) Name() string + func (*CreateMsgCreateVestingAccount) Version() int + func (cmd *CreateMsgCreateVestingAccount) Exec() (entity_event.Event, error) + type CreateMsgDelegate struct + func NewCreateMsgDelegate(msgCommonParams event.MsgCommonParams, params model.MsgDelegateParams) *CreateMsgDelegate + func (*CreateMsgDelegate) Name() string + func (*CreateMsgDelegate) Version() int + func (cmd *CreateMsgDelegate) Exec() (entity_event.Event, error) + type CreateMsgDeposit struct + func NewCreateMsgDeposit(msgCommonParams event.MsgCommonParams, params model.MsgDepositParams) *CreateMsgDeposit + func (*CreateMsgDeposit) Name() string + func (*CreateMsgDeposit) Version() int + func (cmd *CreateMsgDeposit) Exec() (entity_event.Event, error) + type CreateMsgEditValidator struct + func NewCreateMsgEditValidator(msgCommonParams event.MsgCommonParams, params model.MsgEditValidatorParams) *CreateMsgEditValidator + func (*CreateMsgEditValidator) Name() string + func (*CreateMsgEditValidator) Version() int + func (cmd *CreateMsgEditValidator) Exec() (entity_event.Event, error) + type CreateMsgEthereumTx struct + func NewCreateMsgEthereumTx(msgCommonParams event.MsgCommonParams, params model.MsgEthereumTxParams) *CreateMsgEthereumTx + func (*CreateMsgEthereumTx) Name() string + func (*CreateMsgEthereumTx) Version() int + func (cmd *CreateMsgEthereumTx) Exec() (entity_event.Event, error) + type CreateMsgExec struct + func NewCreateMsgExec(msgCommonParams event.MsgCommonParams, params model.MsgExecParams) *CreateMsgExec + func (*CreateMsgExec) Name() string + func (*CreateMsgExec) Version() int + func (cmd *CreateMsgExec) Exec() (entity_event.Event, error) + type CreateMsgFundCommunityPool struct + func NewCreateMsgFundCommunityPool(msgCommonParams event.MsgCommonParams, params model.MsgFundCommunityPoolParams) *CreateMsgFundCommunityPool + func (_ *CreateMsgFundCommunityPool) Name() string + func (_ *CreateMsgFundCommunityPool) Version() int + func (cmd *CreateMsgFundCommunityPool) Exec() (entity_event.Event, error) + type CreateMsgGrant struct + func NewCreateMsgGrant(msgCommonParams event.MsgCommonParams, params model.MsgGrantParams) *CreateMsgGrant + func (*CreateMsgGrant) Name() string + func (*CreateMsgGrant) Version() int + func (cmd *CreateMsgGrant) Exec() (entity_event.Event, error) + type CreateMsgGrantAllowance struct + func NewCreateMsgGrantAllowance(msgCommonParams event.MsgCommonParams, params model.MsgGrantAllowanceParams) *CreateMsgGrantAllowance + func (*CreateMsgGrantAllowance) Name() string + func (*CreateMsgGrantAllowance) Version() int + func (cmd *CreateMsgGrantAllowance) Exec() (entity_event.Event, error) + type CreateMsgIBCAcknowledgement struct + func NewCreateMsgIBCAcknowledgement(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCAcknowledgement + func (*CreateMsgIBCAcknowledgement) Name() string + func (*CreateMsgIBCAcknowledgement) Version() int + func (cmd *CreateMsgIBCAcknowledgement) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelCloseConfirm struct + func NewCreateMsgIBCChannelCloseConfirm(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelCloseConfirm + func (*CreateMsgIBCChannelCloseConfirm) Name() string + func (*CreateMsgIBCChannelCloseConfirm) Version() int + func (cmd *CreateMsgIBCChannelCloseConfirm) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelCloseInit struct + func NewCreateMsgIBCChannelCloseInit(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelCloseInit + func (*CreateMsgIBCChannelCloseInit) Name() string + func (*CreateMsgIBCChannelCloseInit) Version() int + func (cmd *CreateMsgIBCChannelCloseInit) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelOpenAck struct + func NewCreateMsgIBCChannelOpenAck(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelOpenAck + func (*CreateMsgIBCChannelOpenAck) Name() string + func (*CreateMsgIBCChannelOpenAck) Version() int + func (cmd *CreateMsgIBCChannelOpenAck) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelOpenConfirm struct + func NewCreateMsgIBCChannelOpenConfirm(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelOpenConfirm + func (*CreateMsgIBCChannelOpenConfirm) Name() string + func (*CreateMsgIBCChannelOpenConfirm) Version() int + func (cmd *CreateMsgIBCChannelOpenConfirm) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelOpenInit struct + func NewCreateMsgIBCChannelOpenInit(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelOpenInit + func (*CreateMsgIBCChannelOpenInit) Name() string + func (*CreateMsgIBCChannelOpenInit) Version() int + func (cmd *CreateMsgIBCChannelOpenInit) Exec() (entity_event.Event, error) + type CreateMsgIBCChannelOpenTry struct + func NewCreateMsgIBCChannelOpenTry(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCChannelOpenTry + func (*CreateMsgIBCChannelOpenTry) Name() string + func (*CreateMsgIBCChannelOpenTry) Version() int + func (cmd *CreateMsgIBCChannelOpenTry) Exec() (entity_event.Event, error) + type CreateMsgIBCConnectionOpenAck struct + func NewCreateMsgIBCConnectionOpenAck(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCConnectionOpenAck + func (*CreateMsgIBCConnectionOpenAck) Name() string + func (*CreateMsgIBCConnectionOpenAck) Version() int + func (cmd *CreateMsgIBCConnectionOpenAck) Exec() (entity_event.Event, error) + type CreateMsgIBCConnectionOpenConfirm struct + func NewCreateMsgIBCConnectionOpenConfirm(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCConnectionOpenConfirm + func (*CreateMsgIBCConnectionOpenConfirm) Name() string + func (*CreateMsgIBCConnectionOpenConfirm) Version() int + func (cmd *CreateMsgIBCConnectionOpenConfirm) Exec() (entity_event.Event, error) + type CreateMsgIBCConnectionOpenInit struct + func NewCreateMsgIBCConnectionOpenInit(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCConnectionOpenInit + func (*CreateMsgIBCConnectionOpenInit) Name() string + func (*CreateMsgIBCConnectionOpenInit) Version() int + func (cmd *CreateMsgIBCConnectionOpenInit) Exec() (entity_event.Event, error) + type CreateMsgIBCConnectionOpenTry struct + func NewCreateMsgIBCConnectionOpenTry(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCConnectionOpenTry + func (*CreateMsgIBCConnectionOpenTry) Name() string + func (*CreateMsgIBCConnectionOpenTry) Version() int + func (cmd *CreateMsgIBCConnectionOpenTry) Exec() (entity_event.Event, error) + type CreateMsgIBCCreateClient struct + func NewCreateMsgIBCCreateClient(msgCommonParams event.MsgCommonParams, params ibc_model.MsgCreateClientParams) *CreateMsgIBCCreateClient + func (*CreateMsgIBCCreateClient) Name() string + func (*CreateMsgIBCCreateClient) Version() int + func (cmd *CreateMsgIBCCreateClient) Exec() (entity_event.Event, error) + type CreateMsgIBCRecvPacket struct + func NewCreateMsgIBCRecvPacket(msgCommonParams event.MsgCommonParams, params ibc_model.MsgRecvPacketParams) *CreateMsgIBCRecvPacket + func (*CreateMsgIBCRecvPacket) Name() string + func (*CreateMsgIBCRecvPacket) Version() int + func (cmd *CreateMsgIBCRecvPacket) Exec() (entity_event.Event, error) + type CreateMsgIBCTimeout struct + func NewCreateMsgIBCTimeout(msgCommonParams event.MsgCommonParams, params ibc_model.MsgTimeoutParams) *CreateMsgIBCTimeout + func (*CreateMsgIBCTimeout) Name() string + func (*CreateMsgIBCTimeout) Version() int + func (cmd *CreateMsgIBCTimeout) Exec() (entity_event.Event, error) + type CreateMsgIBCTimeoutOnClose struct + func NewCreateMsgIBCTimeoutOnClose(msgCommonParams event.MsgCommonParams, ...) *CreateMsgIBCTimeoutOnClose + func (*CreateMsgIBCTimeoutOnClose) Name() string + func (*CreateMsgIBCTimeoutOnClose) Version() int + func (cmd *CreateMsgIBCTimeoutOnClose) Exec() (entity_event.Event, error) + type CreateMsgIBCTransferTransfer struct + func NewCreateMsgIBCTransferTransfer(msgCommonParams event.MsgCommonParams, params ibc_model.MsgTransferParams) *CreateMsgIBCTransferTransfer + func (*CreateMsgIBCTransferTransfer) Name() string + func (*CreateMsgIBCTransferTransfer) Version() int + func (cmd *CreateMsgIBCTransferTransfer) Exec() (entity_event.Event, error) + type CreateMsgIBCUpdateClient struct + func NewCreateMsgIBCUpdateClient(msgCommonParams event.MsgCommonParams, params ibc_model.MsgUpdateClientParams) *CreateMsgIBCUpdateClient + func (*CreateMsgIBCUpdateClient) Name() string + func (*CreateMsgIBCUpdateClient) Version() int + func (cmd *CreateMsgIBCUpdateClient) Exec() (entity_event.Event, error) + type CreateMsgMultiSend struct + func NewCreateMsgMultiSend(msgCommonParams event.MsgCommonParams, params model.MsgMultiSendParams) *CreateMsgMultiSend + func (_ *CreateMsgMultiSend) Name() string + func (_ *CreateMsgMultiSend) Version() int + func (cmd *CreateMsgMultiSend) Exec() (entity_event.Event, error) + type CreateMsgRevoke struct + func NewCreateMsgRevoke(msgCommonParams event.MsgCommonParams, params model.MsgRevokeParams) *CreateMsgRevoke + func (*CreateMsgRevoke) Name() string + func (*CreateMsgRevoke) Version() int + func (cmd *CreateMsgRevoke) Exec() (entity_event.Event, error) + type CreateMsgRevokeAllowance struct + func NewCreateMsgRevokeAllowance(msgCommonParams event.MsgCommonParams, params model.MsgRevokeAllowanceParams) *CreateMsgRevokeAllowance + func (*CreateMsgRevokeAllowance) Name() string + func (*CreateMsgRevokeAllowance) Version() int + func (cmd *CreateMsgRevokeAllowance) Exec() (entity_event.Event, error) + type CreateMsgSend struct + func NewCreateMsgSend(msgCommonParams event.MsgCommonParams, params event.MsgSendCreatedParams) *CreateMsgSend + func (_ *CreateMsgSend) Name() string + func (_ *CreateMsgSend) Version() int + func (cmd *CreateMsgSend) Exec() (entity_event.Event, error) + type CreateMsgSetWithdrawAddress struct + func NewCreateMsgSetWithdrawAddress(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSetWithdrawAddress + func (_ *CreateMsgSetWithdrawAddress) Name() string + func (_ *CreateMsgSetWithdrawAddress) Version() int + func (cmd *CreateMsgSetWithdrawAddress) Exec() (entity_event.Event, error) + type CreateMsgSubmitCancelSoftwareUpgradeProposal struct + func NewCreateMsgSubmitCancelSoftwareUpgradeProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitCancelSoftwareUpgradeProposal + func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Name() string + func (*CreateMsgSubmitCancelSoftwareUpgradeProposal) Version() int + func (cmd *CreateMsgSubmitCancelSoftwareUpgradeProposal) Exec() (entity_event.Event, error) + type CreateMsgSubmitCommunityPoolSpendProposal struct + func NewCreateMsgSubmitCommunityPoolSpendProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitCommunityPoolSpendProposal + func (*CreateMsgSubmitCommunityPoolSpendProposal) Name() string + func (*CreateMsgSubmitCommunityPoolSpendProposal) Version() int + func (cmd *CreateMsgSubmitCommunityPoolSpendProposal) Exec() (entity_event.Event, error) + type CreateMsgSubmitParamChangeProposal struct + func NewCreateMsgSubmitParamChangeProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitParamChangeProposal + func (*CreateMsgSubmitParamChangeProposal) Name() string + func (*CreateMsgSubmitParamChangeProposal) Version() int + func (cmd *CreateMsgSubmitParamChangeProposal) Exec() (entity_event.Event, error) + type CreateMsgSubmitSoftwareUpgradeProposal struct + func NewCreateMsgSubmitSoftwareUpgradeProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitSoftwareUpgradeProposal + func (*CreateMsgSubmitSoftwareUpgradeProposal) Name() string + func (*CreateMsgSubmitSoftwareUpgradeProposal) Version() int + func (cmd *CreateMsgSubmitSoftwareUpgradeProposal) Exec() (entity_event.Event, error) + type CreateMsgSubmitTextProposal struct + func NewCreateMsgSubmitTextProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitTextProposal + func (*CreateMsgSubmitTextProposal) Name() string + func (*CreateMsgSubmitTextProposal) Version() int + func (cmd *CreateMsgSubmitTextProposal) Exec() (entity_event.Event, error) + type CreateMsgSubmitUnknownProposal struct + func NewCreateMsgSubmitUnknownProposal(msgCommonParams event.MsgCommonParams, ...) *CreateMsgSubmitUnknownProposal + func (*CreateMsgSubmitUnknownProposal) Name() string + func (*CreateMsgSubmitUnknownProposal) Version() int + func (cmd *CreateMsgSubmitUnknownProposal) Exec() (entity_event.Event, error) + type CreateMsgUndelegate struct + func NewCreateMsgUndelegate(msgCommonParams event.MsgCommonParams, params model.MsgUndelegateParams) *CreateMsgUndelegate + func (*CreateMsgUndelegate) Name() string + func (*CreateMsgUndelegate) Version() int + func (cmd *CreateMsgUndelegate) Exec() (entity_event.Event, error) + type CreateMsgUnjail struct + func NewCreateMsgUnjail(msgCommonParams event.MsgCommonParams, params model.MsgUnjailParams) *CreateMsgUnjail + func (*CreateMsgUnjail) Name() string + func (*CreateMsgUnjail) Version() int + func (cmd *CreateMsgUnjail) Exec() (entity_event.Event, error) + type CreateMsgVote struct + func NewCreateMsgVote(msgCommonParams event.MsgCommonParams, params model.MsgVoteParams) *CreateMsgVote + func (*CreateMsgVote) Name() string + func (*CreateMsgVote) Version() int + func (cmd *CreateMsgVote) Exec() (entity_event.Event, error) + type CreateMsgWithdrawDelegatorReward struct + func NewCreateMsgWithdrawDelegatorReward(msgCommonParams event.MsgCommonParams, ...) *CreateMsgWithdrawDelegatorReward + func (_ *CreateMsgWithdrawDelegatorReward) Name() string + func (_ *CreateMsgWithdrawDelegatorReward) Version() int + func (cmd *CreateMsgWithdrawDelegatorReward) Exec() (entity_event.Event, error) + type CreateMsgWithdrawValidatorCommission struct + func NewCreateMsgWithdrawValidatorCommission(msgCommonParams event.MsgCommonParams, ...) *CreateMsgWithdrawValidatorCommission + func (_ *CreateMsgWithdrawValidatorCommission) Name() string + func (_ *CreateMsgWithdrawValidatorCommission) Version() int + func (cmd *CreateMsgWithdrawValidatorCommission) Exec() (entity_event.Event, error) + type CreateRawBlock struct + func NewCreateRawBlock(rawBlock *usecase_model.RawBlock) *CreateRawBlock + func (_ *CreateRawBlock) Name() string + func (_ *CreateRawBlock) Version() int + func (cmd *CreateRawBlock) Exec() (entity_event.Event, error) + type CreateTransaction struct + func NewCreateTransaction(blockHeight int64, params model.CreateTransactionParams) *CreateTransaction + func (_ *CreateTransaction) Name() string + func (_ *CreateTransaction) Version() int + func (cmd *CreateTransaction) Exec() (entity_event.Event, error) + type EndProposal struct + func NewEndProposal(blockHeight int64, proposalId string, result string) *EndProposal + func (*EndProposal) Name() string + func (*EndProposal) Version() int + func (cmd *EndProposal) Exec() (entity_event.Event, error) + type GravityHandleEthereumSendToCosmos struct + func NewGravityHandleEthereumSendToCosmos(blockHeight int64, params model.GravityEthereumSendToCosmosHandledEventParams) *GravityHandleEthereumSendToCosmos + func (*GravityHandleEthereumSendToCosmos) Name() string + func (*GravityHandleEthereumSendToCosmos) Version() int + func (cmd *GravityHandleEthereumSendToCosmos) Exec() (entity_event.Event, error) + type InactiveProposal struct + func NewInactiveProposal(blockHeight int64, proposalId string, result string) *InactiveProposal + func (*InactiveProposal) Name() string + func (*InactiveProposal) Version() int + func (cmd *InactiveProposal) Exec() (entity_event.Event, error) + type JailValidator struct + func NewJailValidator(blockHeight int64, consensusNodeAddress string, reason string) *JailValidator + func (*JailValidator) Name() string + func (*JailValidator) Version() int + func (cmd *JailValidator) Exec() (entity_event.Event, error) + type SlashValidator struct + func NewSlashValidator(blockHeight int64, params model.SlashValidatorParams) *SlashValidator + func (*SlashValidator) Name() string + func (*SlashValidator) Version() int + func (cmd *SlashValidator) Exec() (entity_event.Event, error) + type StartProposalVotingPeriod struct + func NewStartProposalVotingPeriod(blockHeight int64, proposalId string) *StartProposalVotingPeriod + func (*StartProposalVotingPeriod) Name() string + func (*StartProposalVotingPeriod) Version() int + func (cmd *StartProposalVotingPeriod) Exec() (entity_event.Event, error)