Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeAccountTransferred(encoded []byte) (event_entity.Event, error)
- func DecodeBlockCommissioned(encoded []byte) (event_entity.Event, error)
- func DecodeBlockCreated(encoded []byte) (entity_event.Event, error)
- func DecodeBlockProposerRewarded(encoded []byte) (event_entity.Event, error)
- func DecodeBlockRawEventCreated(encoded []byte) (entity_event.Event, error)
- func DecodeBlockRewarded(encoded []byte) (event_entity.Event, error)
- func DecodeChainmainMsgRegisterAccount(encoded []byte) (entity_event.Event, error)
- func DecodeChainmainMsgSubmitTx(encoded []byte) (entity_event.Event, error)
- func DecodeCreateGenesisValidator(encoded []byte) (entity_event.Event, error)
- func DecodeCronosSendToIBCCreated(encoded []byte) (entity_event.Event, error)
- func DecodeGenesisCreated(encoded []byte) (event_entity.Event, error)
- func DecodeGravityEthereumSendToCosmosHandled(encoded []byte) (event_entity.Event, error)
- func DecodeMinted(encoded []byte) (event_entity.Event, error)
- func DecodeMsgAlreadyRelayedIBCAcknowledgement(encoded []byte) (entity_event.Event, error)
- func DecodeMsgAlreadyRelayedIBCRecvPacket(encoded []byte) (entity_event.Event, error)
- func DecodeMsgAlreadyRelayedIBCTimeout(encoded []byte) (entity_event.Event, error)
- func DecodeMsgAlreadyRelayedIBCTimeoutOnClose(encoded []byte) (entity_event.Event, error)
- func DecodeMsgBeginRedelegate(encoded []byte) (entity_event.Event, error)
- func DecodeMsgCreateValidator(encoded []byte) (entity_event.Event, error)
- func DecodeMsgCreateVestingAccount(encoded []byte) (entity_event.Event, error)
- func DecodeMsgDelegate(encoded []byte) (entity_event.Event, error)
- func DecodeMsgDeposit(encoded []byte) (entity_event.Event, error)
- func DecodeMsgDepositV1(encoded []byte) (entity_event.Event, error)
- func DecodeMsgEditValidator(encoded []byte) (entity_event.Event, error)
- func DecodeMsgEthereumTx(encoded []byte) (entity_event.Event, error)
- func DecodeMsgExec(encoded []byte) (entity_event.Event, error)
- func DecodeMsgFundCommunityPool(encoded []byte) (entity_event.Event, error)
- func DecodeMsgGrant(encoded []byte) (entity_event.Event, error)
- func DecodeMsgGrantAllowance(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCAcknowledgement(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelCloseConfirm(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelCloseInit(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelOpenAck(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelOpenConfirm(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelOpenInit(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCChannelOpenTry(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCConnectionOpenAck(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCConnectionOpenConfirm(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCConnectionOpenInit(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCConnectionOpenTry(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCCreateClient(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCRecvPacket(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCTimeout(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCTimeoutOnClose(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCTransferTransfer(encoded []byte) (entity_event.Event, error)
- func DecodeMsgIBCUpdateClient(encoded []byte) (entity_event.Event, error)
- func DecodeMsgMultiSend(encoded []byte) (entity_event.Event, error)
- func DecodeMsgNFTBurnNFT(encoded []byte) (entity_event.Event, error)
- func DecodeMsgNFTEditNFT(encoded []byte) (entity_event.Event, error)
- func DecodeMsgNFTIssueDenom(encoded []byte) (entity_event.Event, error)
- func DecodeMsgNFTMintNFT(encoded []byte) (entity_event.Event, error)
- func DecodeMsgNFTTransferNFT(encoded []byte) (entity_event.Event, error)
- func DecodeMsgRegisterAccount(encoded []byte) (entity_event.Event, error)
- func DecodeMsgRevoke(encoded []byte) (entity_event.Event, error)
- func DecodeMsgRevokeAllowance(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSend(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSetSendEnabled(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSetWithdrawAddress(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitCancelSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitCommunityPoolSpendProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitParamChangeProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitTextProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitTx(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitUnknownProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgUndelegate(encoded []byte) (entity_event.Event, error)
- func DecodeMsgUnjail(encoded []byte) (entity_event.Event, error)
- func DecodeMsgVote(encoded []byte) (entity_event.Event, error)
- func DecodeMsgVoteV1(encoded []byte) (entity_event.Event, error)
- func DecodeMsgVoteWeightedV1(encoded []byte) (entity_event.Event, error)
- func DecodeMsgWithdrawDelegatorReward(encoded []byte) (entity_event.Event, error)
- func DecodeMsgWithdrawValidatorCommission(encoded []byte) (entity_event.Event, error)
- func DecodePowerChanged(encoded []byte) (event_entity.Event, error)
- func DecodeProposalEnded(encoded []byte) (event_entity.Event, error)
- func DecodeProposalInactived(encoded []byte) (event_entity.Event, error)
- func DecodeProposalVotingPeriodStarted(encoded []byte) (event_entity.Event, error)
- func DecodeRawBlockCreated(encoded []byte) (entity_event.Event, error)
- func DecodeRawTransactionCreated(encoded []byte) (entity_event.Event, error)
- func DecodeRawTransactionFailed(encoded []byte) (entity_event.Event, error)
- func DecodeTransactionCreated(encoded []byte) (entity_event.Event, error)
- func DecodeTransactionFailed(encoded []byte) (entity_event.Event, error)
- func DecodeUnbondingCompleted(encoded []byte) (event_entity.Event, error)
- func DecodeValidatorJailed(encoded []byte) (event_entity.Event, error)
- func DecodeValidatorSlashed(encoded []byte) (event_entity.Event, error)
- func RegisterEvents(registry *event.Registry)
- type AccountTransferred
- type BlockCommissioned
- type BlockCreated
- type BlockProposerRewarded
- type BlockRawEventCreated
- type BlockRewarded
- type BondingCompleted
- type ChainmainMsgRegisterAccount
- type ChainmainMsgSubmitTx
- type CreateGenesisValidator
- type CronosSendToIBCCreated
- type GenesisCreated
- type GravityEthereumSendToCosmosHandled
- type Minted
- type MsgAlreadyRelayedIBCAcknowledgement
- type MsgAlreadyRelayedIBCRecvPacket
- type MsgAlreadyRelayedIBCTimeout
- type MsgAlreadyRelayedIBCTimeoutOnClose
- type MsgBase
- type MsgBaseParams
- type MsgBeginRedelegate
- type MsgCommonParams
- type MsgCreateValidator
- type MsgCreateVestingAccount
- type MsgDelegate
- type MsgDeposit
- type MsgDepositV1
- type MsgEditValidator
- type MsgEthereumTx
- type MsgEvent
- type MsgExec
- type MsgFundCommunityPool
- type MsgGrant
- type MsgGrantAllowance
- type MsgIBCAcknowledgement
- type MsgIBCChannelCloseConfirm
- type MsgIBCChannelCloseInit
- type MsgIBCChannelOpenAck
- type MsgIBCChannelOpenConfirm
- type MsgIBCChannelOpenInit
- type MsgIBCChannelOpenTry
- type MsgIBCConnectionOpenAck
- type MsgIBCConnectionOpenConfirm
- type MsgIBCConnectionOpenInit
- type MsgIBCConnectionOpenTry
- type MsgIBCCreateClient
- type MsgIBCRecvPacket
- type MsgIBCTimeout
- type MsgIBCTimeoutOnClose
- type MsgIBCTransferTransfer
- type MsgIBCUpdateClient
- type MsgMultiSend
- type MsgNFTBurnNFT
- type MsgNFTEditNFT
- type MsgNFTIssueDenom
- type MsgNFTMintNFT
- type MsgNFTTransferNFT
- type MsgRegisterAccount
- type MsgRevoke
- type MsgRevokeAllowance
- type MsgSend
- type MsgSendCreatedParams
- type MsgSetSendEnabled
- type MsgSetWithdrawAddress
- type MsgSubmitCancelSoftwareUpgradeProposal
- type MsgSubmitCommunityPoolSpendProposal
- type MsgSubmitParamChangeProposal
- type MsgSubmitProposal
- type MsgSubmitSoftwareUpgradeProposal
- type MsgSubmitTextProposal
- type MsgSubmitTx
- type MsgSubmitUnknownProposal
- type MsgUndelegate
- type MsgUnjail
- type MsgVote
- type MsgVoteV1
- type MsgVoteWeightedV1
- type MsgWithdrawDelegatorReward
- type MsgWithdrawValidatorCommission
- type PowerChanged
- type ProposalEnded
- type ProposalInactived
- type ProposalVotingPeriodStarted
- type RawBlockCreated
- type RawTransactionCreated
- type RawTransactionFailed
- type TransactionCreated
- type TransactionFailed
- type ValidatorJailed
- type ValidatorSlashed
Constants ¶
const ACCOUNT_TRANSFERRED = "AccountTransferred"
const BLOCK_COMMISSIONED = "BlockCommissioned"
const BLOCK_CREATED = "BlockCreated"
const BLOCK_PROPOSER_REWARDED = "BlockProposerRewarded"
const BLOCK_RAW_EVENT_CREATED = "BlockRawEventCreated"
const BLOCK_REWARDED = "BlockRewarded"
const CHAINMAIN_MSG_REGISTER_ACCOUNT = "/chainmain.icaauth.v1.MsgRegisterAccount"
const CHAINMAIN_MSG_REGISTER_ACCOUNT_CREATED = "/chainmain.icaauth.v1.MsgRegisterAccount.Created"
const CHAINMAIN_MSG_REGISTER_ACCOUNT_FAILED = "/chainmain.icaauth.v1.MsgRegisterAccount.Failed"
const CHAINMAIN_MSG_SUBMIT_TX = "/chainmain.icaauth.v1.MsgSubmitTx"
const CHAINMAIN_MSG_SUBMIT_TX_CREATED = "/chainmain.icaauth.v1.MsgSubmitTx.Created"
const CHAINMAIN_MSG_SUBMIT_TX_FAILED = "/chainmain.icaauth.v1.MsgSubmitTx.Failed"
const CRONOS_SEND_TO_IBC_CREATED = "CronosSendToIBCCreated"
const GENESIS_CREATED = "GenesisCreated"
const GENESIS_VALIDATOR_CREATED = "GenesisValidatorCreated"
const GRAVITY_ETHEREUM_SEND_TO_COSMOS_HANDLED = "GravityEthereumSendToCosmosHandled"
const MINTED = "Minted"
const MSG_ALREADY_RELAYED_IBC_ACKNOWLEDGEMENT = "MsgAlreadyRelayedAcknowledgement"
const MSG_ALREADY_RELAYED_IBC_ACKNOWLEDGEMENT_CREATED = "MsgAlreadyRelayedAcknowledgementCreated"
const MSG_ALREADY_RELAYED_IBC_ACKNOWLEDGEMENT_FAILED = "MsgAlreadyRelayedAcknowledgementFailed"
const MSG_ALREADY_RELAYED_IBC_RECV_PACKET = "MsgAlreadyRelayedRecvPacket"
const MSG_ALREADY_RELAYED_IBC_RECV_PACKET_CREATED = "MsgAlreadyRelayedRecvPacketCreated"
const MSG_ALREADY_RELAYED_IBC_RECV_PACKET_FAILED = "MsgAlreadyRelayedRecvPacketFailed"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT = "MsgAlreadyRelayedTimeout"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT_CREATED = "MsgAlreadyRelayedTimeoutCreated"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT_FAILED = "MsgAlreadyRelayedTimeoutFailed"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT_ON_CLOSE = "MsgAlreadyRelayedTimeoutOnClose"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT_ON_CLOSE_CREATED = "MsgAlreadyRelayedTimeoutOnCloseCreated"
const MSG_ALREADY_RELAYED_IBC_TIMEOUT_ON_CLOSE_FAILED = "MsgAlreadyRelayedTimeoutOnCloseFailed"
const MSG_BEGIN_REDELEGATE = "/cosmos.staking.v1beta1.MsgBeginRedelegate"
const MSG_BEGIN_REDELEGATE_CREATED = "/cosmos.staking.v1beta1.MsgBeginRedelegate.Created"
const MSG_BEGIN_REDELEGATE_FAILED = "/cosmos.staking.v1beta1.MsgBeginRedelegate.Failed"
const MSG_CREATE_VALIDATOR = "/cosmos.staking.v1beta1.MsgCreateValidator"
const MSG_CREATE_VALIDATOR_CREATED = "/cosmos.staking.v1beta1.MsgCreateValidator.Created"
const MSG_CREATE_VALIDATOR_FAILED = "/cosmos.staking.v1beta1.MsgCreateValidator.Failed"
const MSG_CREATE_VESTING_ACCOUNT = "/cosmos.vesting.v1beta1.MsgCreateVestingAccount"
const MSG_CREATE_VESTING_ACCOUNT_CREATED = "/cosmos.vesting.v1beta1.MsgCreateVestingAccount.Created"
const MSG_CREATE_VESTING_ACCOUNT_FAILED = "/cosmos.vesting.v1beta1.MsgCreateVestingAccount.Failed"
const MSG_DELEGATE = "/cosmos.staking.v1beta1.MsgDelegate"
const MSG_DELEGATE_CREATED = "/cosmos.staking.v1beta1.MsgDelegate.Created"
const MSG_DELEGATE_FAILED = "/cosmos.staking.v1beta1.MsgDelegate.Failed"
const MSG_DEPOSIT = "/cosmos.gov.v1beta1.MsgDeposit"
const MSG_DEPOSIT_CREATED = "/cosmos.gov.v1beta1.MsgDeposit.Created"
const MSG_DEPOSIT_FAILED = "/cosmos.gov.v1beta1.MsgDeposit.Failed"
const MSG_DEPOSIT_V1 = "/cosmos.gov.v1.MsgDeposit"
const MSG_DEPOSIT_V1_CREATED = "/cosmos.gov.v1.MsgDeposit.Created"
const MSG_DEPOSIT_V1_FAILED = "/cosmos.gov.v1.MsgDeposit.Failed"
const MSG_EDIT_VALIDATOR = "/cosmos.staking.v1beta1.MsgEditValidator"
const MSG_EDIT_VALIDATOR_CREATED = "/cosmos.staking.v1beta1.MsgEditValidator.Created"
const MSG_EDIT_VALIDATOR_FAILED = "/cosmos.staking.v1beta1.MsgEditValidator.Failed"
const MSG_ETHEREUM_TX = "/ethermint.evm.v1.MsgEthereumTx"
const MSG_ETHEREUM_TX_CREATED = "/ethermint.evm.v1.MsgEthereumTx.Created"
const MSG_ETHEREUM_TX_FAILED = "/ethermint.evm.v1.MsgEthereumTx.Failed"
const MSG_EXEC = "/cosmos.authz.v1beta1.MsgExec"
const MSG_EXEC_CREATED = "/cosmos.authz.v1beta1.MsgExec.Created"
const MSG_EXEC_FAILED = "/cosmos.authz.v1beta1.MsgExec.Failed"
const MSG_FAILED_SUFFIX = "Failed"
const MSG_FUND_COMMUNITY_POOL = "/cosmos.distribution.v1beta1.MsgFundCommunityPool"
const MSG_FUND_COMMUNITY_POOL_CREATED = "/cosmos.distribution.v1beta1.MsgFundCommunityPool.Created"
const MSG_FUND_COMMUNITY_POOL_FAILED = "/cosmos.distribution.v1beta1.MsgFundCommunityPool.Failed"
const MSG_GRANT = "/cosmos.authz.v1beta1.MsgGrant"
const MSG_GRANT_ALLOWANCE = "/cosmos.feegrant.v1beta1.MsgGrantAllowance"
const MSG_GRANT_ALLOWANCE_CREATED = "/cosmos.feegrant.v1beta1.MsgGrantAllowance.Created"
const MSG_GRANT_ALLOWANCE_FAILED = "/cosmos.feegrant.v1beta1.MsgGrantAllowance.Failed"
const MSG_GRANT_CREATED = "/cosmos.authz.v1beta1.MsgGrant.Created"
const MSG_GRANT_FAILED = "/cosmos.authz.v1beta1.MsgGrant.Failed"
const MSG_IBC_ACKNOWLEDGEMENT = "/ibc.core.channel.v1.MsgAcknowledgement"
const MSG_IBC_ACKNOWLEDGEMENT_CREATED = "/ibc.core.channel.v1.MsgAcknowledgement.Created"
const MSG_IBC_ACKNOWLEDGEMENT_FAILED = "/ibc.core.channel.v1.MsgAcknowledgement.Failed"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM = "/ibc.core.channel.v1.MsgChannelCloseConfirm"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM_CREATED = "/ibc.core.channel.v1.MsgChannelCloseConfirm.Created"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM_FAILED = "/ibc.core.channel.v1.MsgChannelCloseConfirm.Failed"
const MSG_IBC_CHANNEL_CLOSE_INIT = "/ibc.core.channel.v1.MsgChannelCloseInit"
const MSG_IBC_CHANNEL_CLOSE_INIT_CREATED = "/ibc.core.channel.v1.MsgChannelCloseInit.Created"
const MSG_IBC_CHANNEL_CLOSE_INIT_FAILED = "/ibc.core.channel.v1.MsgChannelCloseInit.Failed"
const MSG_IBC_CHANNEL_OPEN_ACK = "/ibc.core.channel.v1.MsgChannelOpenAck"
const MSG_IBC_CHANNEL_OPEN_ACK_CREATED = "/ibc.core.channel.v1.MsgChannelOpenAck.Created"
const MSG_IBC_CHANNEL_OPEN_ACK_FAILED = "/ibc.core.channel.v1.MsgChannelOpenAck.Failed"
const MSG_IBC_CHANNEL_OPEN_CONFIRM = "/ibc.core.channel.v1.MsgChannelOpenConfirm"
const MSG_IBC_CHANNEL_OPEN_CONFIRM_CREATED = "/ibc.core.channel.v1.MsgChannelOpenConfirm.Created"
const MSG_IBC_CHANNEL_OPEN_CONFIRM_FAILED = "/ibc.core.channel.v1.MsgChannelOpenConfirm.Failed"
const MSG_IBC_CHANNEL_OPEN_INIT = "/ibc.core.channel.v1.MsgChannelOpenInit"
const MSG_IBC_CHANNEL_OPEN_INIT_CREATED = "/ibc.core.channel.v1.MsgChannelOpenInit.Created"
const MSG_IBC_CHANNEL_OPEN_INIT_FAILED = "/ibc.core.channel.v1.MsgChannelOpenInit.Failed"
const MSG_IBC_CHANNEL_OPEN_TRY = "/ibc.core.channel.v1.MsgChannelOpenTry"
const MSG_IBC_CHANNEL_OPEN_TRY_CREATED = "/ibc.core.channel.v1.MsgChannelOpenTry.Created"
const MSG_IBC_CHANNEL_OPEN_TRY_FAILED = "/ibc.core.channel.v1.MsgChannelOpenTry.Failed"
const MSG_IBC_CONNECTION_OPEN_ACK = "/ibc.core.connection.v1.MsgConnectionOpenAck"
const MSG_IBC_CONNECTION_OPEN_ACK_CREATED = "/ibc.core.connection.v1.MsgConnectionOpenAck.Created"
const MSG_IBC_CONNECTION_OPEN_ACK_FAILED = "/ibc.core.connection.v1.MsgConnectionOpenAck.Failed"
const MSG_IBC_CONNECTION_OPEN_CONFIRM = "/ibc.core.connection.v1.MsgConnectionOpenConfirm"
const MSG_IBC_CONNECTION_OPEN_CONFIRM_CREATED = "/ibc.core.connection.v1.MsgConnectionOpenConfirm.Created"
const MSG_IBC_CONNECTION_OPEN_CONFIRM_FAILED = "/ibc.core.connection.v1.MsgConnectionOpenConfirm.Failed"
const MSG_IBC_CONNECTION_OPEN_INIT = "/ibc.core.connection.v1.MsgConnectionOpenInit"
const MSG_IBC_CONNECTION_OPEN_INIT_CREATED = "/ibc.core.connection.v1.MsgConnectionOpenInit.Created"
const MSG_IBC_CONNECTION_OPEN_INIT_FAILED = "/ibc.core.connection.v1.MsgConnectionOpenInit.Failed"
const MSG_IBC_CONNECTION_OPEN_TRY = "/ibc.core.connection.v1.MsgConnectionOpenTry"
const MSG_IBC_CONNECTION_OPEN_TRY_CREATED = "/ibc.core.connection.v1.MsgConnectionOpenTry.Created"
const MSG_IBC_CONNECTION_OPEN_TRY_FAILED = "/ibc.core.connection.v1.MsgConnectionOpenTry.Failed"
const MSG_IBC_CREATE_CLIENT = "/ibc.core.client.v1.MsgCreateClient"
const MSG_IBC_CREATE_CLIENT_CREATED = "/ibc.core.client.v1.MsgCreateClient.Created"
const MSG_IBC_CREATE_CLIENT_FAILED = "/ibc.core.client.v1.MsgCreateClient.Failed"
const MSG_IBC_RECV_PACKET = "/ibc.core.channel.v1.MsgRecvPacket"
const MSG_IBC_RECV_PACKET_CREATED = "/ibc.core.channel.v1.MsgRecvPacket.Created"
const MSG_IBC_RECV_PACKET_FAILED = "/ibc.core.channel.v1.MsgRecvPacket.Failed"
const MSG_IBC_TIMEOUT = "/ibc.core.channel.v1.MsgTimeout"
const MSG_IBC_TIMEOUT_CREATED = "/ibc.core.channel.v1.MsgTimeout.Created"
const MSG_IBC_TIMEOUT_FAILED = "/ibc.core.channel.v1.MsgTimeout.Failed"
const MSG_IBC_TIMEOUT_ON_CLOSE = "/ibc.core.channel.v1.MsgTimeoutOnClose"
const MSG_IBC_TIMEOUT_ON_CLOSE_CREATED = "/ibc.core.channel.v1.MsgTimeoutOnClose.Created"
const MSG_IBC_TIMEOUT_ON_CLOSE_FAILED = "/ibc.core.channel.v1.MsgTimeoutOnClose.Failed"
const MSG_IBC_TRANSFER_TRANSFER = "/ibc.applications.transfer.v1.MsgTransfer"
const MSG_IBC_TRANSFER_TRANSFER_CREATED = "/ibc.applications.transfer.v1.MsgTransfer.Created"
const MSG_IBC_TRANSFER_TRANSFER_FAILED = "/ibc.applications.transfer.v1.MsgTransfer.Failed"
const MSG_IBC_UPDATE_CLIENT = "/ibc.core.client.v1.MsgUpdateClient"
const MSG_IBC_UPDATE_CLIENT_CREATED = "/ibc.core.client.v1.MsgUpdateClient.Created"
const MSG_IBC_UPDATE_CLIENT_FAILED = "/ibc.core.client.v1.MsgUpdateClient.Failed"
const MSG_MULTI_SEND = "/cosmos.bank.v1beta1.MsgMultiSend"
const MSG_MULTI_SEND_CREATED = "/cosmos.bank.v1beta1.MsgMultiSend.Created"
const MSG_MULTI_SEND_FAILED = "/cosmos.bank.v1beta1.MsgMultiSend.Failed"
const MSG_NFT_BURN_NFT = "/chainmain.nft.v1.MsgBurnNFT"
const MSG_NFT_BURN_NFT_CREATED = "/chainmain.nft.v1.MsgBurnNFT.Created"
const MSG_NFT_BURN_NFT_FAILED = "/chainmain.nft.v1.MsgBurnNFT.Failed"
const MSG_NFT_EDIT_NFT = "/chainmain.nft.v1.MsgEditNFT"
const MSG_NFT_EDIT_NFT_CREATED = "/chainmain.nft.v1.MsgEditNFT.Created"
const MSG_NFT_EDIT_NFT_FAILED = "/chainmain.nft.v1.MsgEditNFT.Failed"
const MSG_NFT_ISSUE_DENOM = "/chainmain.nft.v1.MsgIssueDenom"
const MSG_NFT_ISSUE_DENOM_CREATED = "/chainmain.nft.v1.MsgIssueDenom.Created"
const MSG_NFT_ISSUE_DENOM_FAILED = "/chainmain.nft.v1.MsgIssueDenom.Failed"
const MSG_NFT_MINT_NFT = "/chainmain.nft.v1.MsgMintNFT"
const MSG_NFT_MINT_NFT_CREATED = "/chainmain.nft.v1.MsgMintNFT.Created"
const MSG_NFT_MINT_NFT_FAILED = "/chainmain.nft.v1.MsgMintNFT.Failed"
const MSG_NFT_TRANSFER_NFT = "/chainmain.nft.v1.MsgTransferNFT"
const MSG_NFT_TRANSFER_NFT_CREATED = "/chainmain.nft.v1.MsgTransferNFT.Created"
const MSG_NFT_TRANSFER_NFT_FAILED = "/chainmain.nft.v1.MsgTransferNFT.Failed"
const MSG_REGISTER_ACCOUNT = "/icaauth.v1.MsgRegisterAccount"
const MSG_REGISTER_ACCOUNT_CREATED = "/icaauth.v1.MsgRegisterAccount.Created"
const MSG_REGISTER_ACCOUNT_FAILED = "/icaauth.v1.MsgRegisterAccount.Failed"
const MSG_REVOKE = "/cosmos.authz.v1beta1.MsgRevoke"
const MSG_REVOKE_ALLOWANCE = "/cosmos.feegrant.v1beta1.MsgRevokeAllowance"
const MSG_REVOKE_ALLOWANCE_CREATED = "/cosmos.feegrant.v1beta1.MsgRevokeAllowance.Created"
const MSG_REVOKE_ALLOWANCE_FAILED = "/cosmos.feegrant.v1beta1.MsgRevokeAllowance.Failed"
const MSG_REVOKE_CREATED = "/cosmos.authz.v1beta1.MsgRevoke.Created"
const MSG_REVOKE_FAILED = "/cosmos.authz.v1beta1.MsgRevoke.Failed"
const MSG_SEND = "/cosmos.bank.v1beta1.MsgSend"
const MSG_SEND_CREATED = "/cosmos.bank.v1beta1.MsgSend.Created"
const MSG_SEND_FAILED = "/cosmos.bank.v1beta1.MsgSend.Failed"
const MSG_SET_SEND_ENABLED = "/cosmos.bank.v1beta1.MsgSetSendEnabled"
const MSG_SET_SEND_ENABLED_CREATED = "/cosmos.bank.v1beta1.MsgSetSendEnabled.Created"
const MSG_SET_SEND_ENABLED_FAILED = "/cosmos.bank.v1beta1.MsgSetSendEnabled.Failed"
const MSG_SET_WITHDRAW_ADDRESS = "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress"
const MSG_SET_WITHDRAW_ADDRESS_CREATED = "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress.Created"
const MSG_SET_WITHDRAW_ADDRESS_FAILED = "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress.Failed"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL = "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL_CREATED = "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal.Created"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL_FAILED = "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal.Failed"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL = "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL_CREATED = "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal.Created"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL_FAILED = "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal.Failed"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL = "/cosmos.params.v1beta1.ParameterChangeProposal"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL_CREATED = "/cosmos.params.v1beta1.ParameterChangeProposal.Created"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL_FAILED = "/cosmos.params.v1beta1.ParameterChangeProposal.Failed"
const MSG_SUBMIT_PROPOSAL = "/cosmos.gov.v1.MsgSubmitProposal"
const MSG_SUBMIT_PROPOSAL_CREATED = "/cosmos.gov.v1.MsgSubmitProposal.Created"
const MSG_SUBMIT_PROPOSAL_FAILED = "/cosmos.gov.v1.MsgSubmitProposal.Failed"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL = "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL_CREATED = "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal.Created"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL_FAILED = "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal.Failed"
const MSG_SUBMIT_TEXT_PROPOSAL = "/cosmos.gov.v1beta1.TextProposal"
const MSG_SUBMIT_TEXT_PROPOSAL_CREATED = "/cosmos.gov.v1beta1.TextProposal.Created"
const MSG_SUBMIT_TEXT_PROPOSAL_FAILED = "/cosmos.gov.v1beta1.TextProposal.Failed"
const MSG_SUBMIT_TX = "/icaauth.v1.MsgSubmitTx"
const MSG_SUBMIT_TX_CREATED = "/icaauth.v1.MsgSubmitTx.Created"
const MSG_SUBMIT_TX_FAILED = "/icaauth.v1.MsgSubmitTx.Failed"
const MSG_SUBMIT_UNKNOWN_PROPOSAL = "MsgSubmitUnknownProposal"
const MSG_SUBMIT_UNKNOWN_PROPOSAL_CREATED = "MsgSubmitUnknownProposal.Created"
const MSG_SUBMIT_UNKNOWN_PROPOSAL_FAILED = "MsgSubmitUnknownProposal.Failed"
const MSG_SUCCESS_SUFFIX = "Created"
const MSG_UNDELEGATE = "/cosmos.staking.v1beta1.MsgUndelegate"
const MSG_UNDELEGATE_CREATED = "/cosmos.staking.v1beta1.MsgUndelegate.Created"
const MSG_UNDELEGATE_FAILED = "/cosmos.staking.v1beta1.MsgUndelegate.Failed"
const MSG_UNJAIL = "/cosmos.slashing.v1beta1.MsgUnjail"
const MSG_UNJAIL_CREATED = "/cosmos.slashing.v1beta1.MsgUnjail.Created"
const MSG_UNJAIL_FAILED = "/cosmos.slashing.v1beta1.MsgUnjail.Failed"
const MSG_VOTE = "/cosmos.gov.v1beta1.MsgVote"
const MSG_VOTE_CREATED = "/cosmos.gov.v1beta1.MsgVote.Created"
const MSG_VOTE_FAILED = "/cosmos.gov.v1beta1.MsgVote.Failed"
const MSG_VOTE_V1 = "/cosmos.gov.v1.MsgVote"
const MSG_VOTE_V1_CREATED = "/cosmos.gov.v1.MsgVote.Created"
const MSG_VOTE_V1_FAILED = "/cosmos.gov.v1.MsgVote.Failed"
const MSG_VOTE_WEIGHTED_V1 = "/cosmos.gov.v1.MsgVoteWeighted"
const MSG_VOTE_WEIGHTED_V1_CREATED = "/cosmos.gov.v1.MsgVoteWeighted.Created"
const MSG_VOTE_WEIGHTED_V1_FAILED = "/cosmos.gov.v1.MsgVoteWeighted.Failed"
const MSG_WITHDRAW_DELEGATOR_REWARD = "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward"
const MSG_WITHDRAW_DELEGATOR_REWARD_CREATED = "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward.Created"
const MSG_WITHDRAW_DELEGATOR_REWARD_FAILED = "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward.Failed"
const MSG_WITHDRAW_VALIDATOR_COMMISSION = "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
const MSG_WITHDRAW_VALIDATOR_COMMISSION_CREATED = "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission.Created"
const MSG_WITHDRAW_VALIDATOR_COMMISSION_FAILED = "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission.Failed"
const POWER_CHANGED = "PowerChanged"
const PROPOSAL_ENDED = "ProposalEnded"
const PROPOSAL_INACTIVED = "ProposalInactived"
const PROPOSAL_VOTING_PERIOD_STARTED = "ProposalVotingPeriodStarted"
const RAW_BLOCK_CREATED = "RawBlockCreated"
const RAW_TRANSACTION_CREATED = "RawTransactionCreated"
const RAW_TRANSACTION_FAILED = "RawTransactionFailed"
const RAW_TRANSACTION_SIGNER_MULTISIG_LEGACY_AMINO = "/cosmos.crypto.multisig.LegacyAminoPubKey"
const RAW_TRANSACTION_SIGNER_SECP256K1 = "/cosmos.crypto.secp256k1.PubKey"
const TRANSACTION_CREATED = "TransactionCreated"
const TRANSACTION_FAILED = "TransactionFailed"
const TRANSACTION_SIGNER_MULTISIG_LEGACY_AMINO = "/cosmos.crypto.multisig.LegacyAminoPubKey"
const TRANSACTION_SIGNER_SECP256K1 = "/cosmos.crypto.secp256k1.PubKey"
const UNBONDING_COMPLETED = "UnbondingCompleted"
const VALIDATOR_JAILED = "ValidatorJailed"
const VALIDATOR_SLASHED = "ValidatorSlashed"
Variables ¶
var MSG_EVENTS = []string{}/* 116 elements not displayed */
Functions ¶
func DecodeAccountTransferred ¶
func DecodeAccountTransferred(encoded []byte) (event_entity.Event, error)
func DecodeBlockCommissioned ¶
func DecodeBlockCommissioned(encoded []byte) (event_entity.Event, error)
func DecodeBlockCreated ¶
func DecodeBlockCreated(encoded []byte) (entity_event.Event, error)
func DecodeBlockProposerRewarded ¶
func DecodeBlockProposerRewarded(encoded []byte) (event_entity.Event, error)
func DecodeBlockRawEventCreated ¶ added in v1.5.2
func DecodeBlockRawEventCreated(encoded []byte) (entity_event.Event, error)
func DecodeBlockRewarded ¶
func DecodeBlockRewarded(encoded []byte) (event_entity.Event, error)
func DecodeChainmainMsgRegisterAccount ¶ added in v1.7.25
func DecodeChainmainMsgRegisterAccount(encoded []byte) (entity_event.Event, error)
func DecodeChainmainMsgSubmitTx ¶ added in v1.7.25
func DecodeChainmainMsgSubmitTx(encoded []byte) (entity_event.Event, error)
func DecodeCreateGenesisValidator ¶
func DecodeCreateGenesisValidator(encoded []byte) (entity_event.Event, error)
func DecodeCronosSendToIBCCreated ¶
func DecodeCronosSendToIBCCreated(encoded []byte) (entity_event.Event, error)
func DecodeGenesisCreated ¶
func DecodeGenesisCreated(encoded []byte) (event_entity.Event, error)
func DecodeGravityEthereumSendToCosmosHandled ¶
func DecodeGravityEthereumSendToCosmosHandled(encoded []byte) (event_entity.Event, error)
func DecodeMinted ¶
func DecodeMinted(encoded []byte) (event_entity.Event, error)
func DecodeMsgAlreadyRelayedIBCAcknowledgement ¶ added in v1.1.9
func DecodeMsgAlreadyRelayedIBCAcknowledgement(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCRecvPacket ¶ added in v1.1.9
func DecodeMsgAlreadyRelayedIBCRecvPacket(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCTimeout ¶ added in v1.1.9
func DecodeMsgAlreadyRelayedIBCTimeout(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCTimeoutOnClose ¶ added in v1.1.9
func DecodeMsgAlreadyRelayedIBCTimeoutOnClose(encoded []byte) (entity_event.Event, error)
func DecodeMsgBeginRedelegate ¶
func DecodeMsgBeginRedelegate(encoded []byte) (entity_event.Event, error)
DecodeMsgBeginRedelegate decodes the event from encoded bytes
func DecodeMsgCreateValidator ¶
func DecodeMsgCreateValidator(encoded []byte) (entity_event.Event, error)
func DecodeMsgCreateVestingAccount ¶
func DecodeMsgCreateVestingAccount(encoded []byte) (entity_event.Event, error)
func DecodeMsgDelegate ¶
func DecodeMsgDelegate(encoded []byte) (entity_event.Event, error)
DecodeMsgDelegate decodes the event from encoded bytes
func DecodeMsgDeposit ¶
func DecodeMsgDeposit(encoded []byte) (entity_event.Event, error)
func DecodeMsgDepositV1 ¶ added in v1.7.0
func DecodeMsgDepositV1(encoded []byte) (entity_event.Event, error)
func DecodeMsgEditValidator ¶
func DecodeMsgEditValidator(encoded []byte) (entity_event.Event, error)
func DecodeMsgEthereumTx ¶ added in v1.3.21
func DecodeMsgEthereumTx(encoded []byte) (entity_event.Event, error)
func DecodeMsgExec ¶
func DecodeMsgExec(encoded []byte) (entity_event.Event, error)
func DecodeMsgFundCommunityPool ¶
func DecodeMsgFundCommunityPool(encoded []byte) (entity_event.Event, error)
func DecodeMsgGrant ¶
func DecodeMsgGrant(encoded []byte) (entity_event.Event, error)
func DecodeMsgGrantAllowance ¶
func DecodeMsgGrantAllowance(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCAcknowledgement ¶
func DecodeMsgIBCAcknowledgement(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelCloseConfirm ¶
func DecodeMsgIBCChannelCloseConfirm(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelCloseInit ¶
func DecodeMsgIBCChannelCloseInit(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelOpenAck ¶
func DecodeMsgIBCChannelOpenAck(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelOpenConfirm ¶
func DecodeMsgIBCChannelOpenConfirm(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelOpenInit ¶
func DecodeMsgIBCChannelOpenInit(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCChannelOpenTry ¶
func DecodeMsgIBCChannelOpenTry(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCConnectionOpenAck ¶
func DecodeMsgIBCConnectionOpenAck(encoded []byte) (entity_event.Event, error)
DecodeMsgIBCConnectionOpenAck decodes the event from encoded bytes
func DecodeMsgIBCConnectionOpenConfirm ¶
func DecodeMsgIBCConnectionOpenConfirm(encoded []byte) (entity_event.Event, error)
DecodeMsgIBCConnectionOpenConfirm decodes the event from encoded bytes
func DecodeMsgIBCConnectionOpenInit ¶
func DecodeMsgIBCConnectionOpenInit(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCConnectionOpenTry ¶
func DecodeMsgIBCConnectionOpenTry(encoded []byte) (entity_event.Event, error)
DecodeMsgIBCConnectionOpenTry decodes the event from encoded bytes
func DecodeMsgIBCCreateClient ¶
func DecodeMsgIBCCreateClient(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCRecvPacket ¶
func DecodeMsgIBCRecvPacket(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCTimeout ¶
func DecodeMsgIBCTimeout(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCTimeoutOnClose ¶
func DecodeMsgIBCTimeoutOnClose(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCTransferTransfer ¶
func DecodeMsgIBCTransferTransfer(encoded []byte) (entity_event.Event, error)
func DecodeMsgIBCUpdateClient ¶
func DecodeMsgIBCUpdateClient(encoded []byte) (entity_event.Event, error)
func DecodeMsgMultiSend ¶
func DecodeMsgMultiSend(encoded []byte) (entity_event.Event, error)
func DecodeMsgNFTBurnNFT ¶
func DecodeMsgNFTBurnNFT(encoded []byte) (entity_event.Event, error)
func DecodeMsgNFTEditNFT ¶
func DecodeMsgNFTEditNFT(encoded []byte) (entity_event.Event, error)
func DecodeMsgNFTIssueDenom ¶
func DecodeMsgNFTIssueDenom(encoded []byte) (entity_event.Event, error)
func DecodeMsgNFTMintNFT ¶
func DecodeMsgNFTMintNFT(encoded []byte) (entity_event.Event, error)
func DecodeMsgNFTTransferNFT ¶
func DecodeMsgNFTTransferNFT(encoded []byte) (entity_event.Event, error)
func DecodeMsgRegisterAccount ¶ added in v1.6.26
func DecodeMsgRegisterAccount(encoded []byte) (entity_event.Event, error)
func DecodeMsgRevoke ¶
func DecodeMsgRevoke(encoded []byte) (entity_event.Event, error)
func DecodeMsgRevokeAllowance ¶
func DecodeMsgRevokeAllowance(encoded []byte) (entity_event.Event, error)
func DecodeMsgSend ¶
func DecodeMsgSend(encoded []byte) (entity_event.Event, error)
func DecodeMsgSetSendEnabled ¶ added in v1.7.22
func DecodeMsgSetSendEnabled(encoded []byte) (entity_event.Event, error)
func DecodeMsgSetWithdrawAddress ¶
func DecodeMsgSetWithdrawAddress(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitCancelSoftwareUpgradeProposal ¶
func DecodeMsgSubmitCancelSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitCommunityPoolSpendProposal ¶
func DecodeMsgSubmitCommunityPoolSpendProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitParamChangeProposal ¶
func DecodeMsgSubmitParamChangeProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitProposal ¶ added in v1.7.0
func DecodeMsgSubmitProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitSoftwareUpgradeProposal ¶
func DecodeMsgSubmitSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitTextProposal ¶
func DecodeMsgSubmitTextProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitTx ¶ added in v1.6.26
func DecodeMsgSubmitTx(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitUnknownProposal ¶ added in v1.4.1
func DecodeMsgSubmitUnknownProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgUndelegate ¶
func DecodeMsgUndelegate(encoded []byte) (entity_event.Event, error)
DecodeMsgUndelegate decodes the event from encoded bytes
func DecodeMsgUnjail ¶
func DecodeMsgUnjail(encoded []byte) (entity_event.Event, error)
DecodeMsgUnjail decodes the event from encoded bytes
func DecodeMsgVote ¶
func DecodeMsgVote(encoded []byte) (entity_event.Event, error)
func DecodeMsgVoteV1 ¶ added in v1.7.0
func DecodeMsgVoteV1(encoded []byte) (entity_event.Event, error)
func DecodeMsgVoteWeightedV1 ¶ added in v1.7.0
func DecodeMsgVoteWeightedV1(encoded []byte) (entity_event.Event, error)
func DecodeMsgWithdrawDelegatorReward ¶
func DecodeMsgWithdrawDelegatorReward(encoded []byte) (entity_event.Event, error)
func DecodeMsgWithdrawValidatorCommission ¶
func DecodeMsgWithdrawValidatorCommission(encoded []byte) (entity_event.Event, error)
func DecodePowerChanged ¶
func DecodePowerChanged(encoded []byte) (event_entity.Event, error)
func DecodeProposalEnded ¶
func DecodeProposalEnded(encoded []byte) (event_entity.Event, error)
func DecodeProposalInactived ¶
func DecodeProposalInactived(encoded []byte) (event_entity.Event, error)
func DecodeProposalVotingPeriodStarted ¶
func DecodeProposalVotingPeriodStarted(encoded []byte) (event_entity.Event, error)
func DecodeRawBlockCreated ¶
func DecodeRawBlockCreated(encoded []byte) (entity_event.Event, error)
func DecodeRawTransactionCreated ¶ added in v1.5.2
func DecodeRawTransactionCreated(encoded []byte) (entity_event.Event, error)
func DecodeRawTransactionFailed ¶ added in v1.5.2
func DecodeRawTransactionFailed(encoded []byte) (entity_event.Event, error)
func DecodeTransactionCreated ¶
func DecodeTransactionCreated(encoded []byte) (entity_event.Event, error)
func DecodeTransactionFailed ¶
func DecodeTransactionFailed(encoded []byte) (entity_event.Event, error)
func DecodeUnbondingCompleted ¶
func DecodeUnbondingCompleted(encoded []byte) (event_entity.Event, error)
func DecodeValidatorJailed ¶
func DecodeValidatorJailed(encoded []byte) (event_entity.Event, error)
func DecodeValidatorSlashed ¶
func DecodeValidatorSlashed(encoded []byte) (event_entity.Event, error)
func RegisterEvents ¶
Types ¶
type AccountTransferred ¶
type AccountTransferred struct { event_entity.Base Sender string `json:"sender"` Recipient string `json:"recipient"` Amount coin.Coins `json:"amount"` }
func NewAccountTransferred ¶
func NewAccountTransferred(blockHeight int64, params model.AccountTransferParams) *AccountTransferred
func (*AccountTransferred) String ¶
func (event *AccountTransferred) String() string
func (*AccountTransferred) ToJSON ¶
func (event *AccountTransferred) ToJSON() (string, error)
type BlockCommissioned ¶
type BlockCommissioned struct { event_entity.Base Validator string `json:"validator"` Amount coin.DecCoins `json:"amount"` }
func NewBlockCommissioned ¶
func NewBlockCommissioned( blockHeight int64, validator string, amount coin.DecCoins, ) *BlockCommissioned
func (*BlockCommissioned) String ¶
func (event *BlockCommissioned) String() string
func (*BlockCommissioned) ToJSON ¶
func (event *BlockCommissioned) ToJSON() (string, error)
type BlockCreated ¶
type BlockCreated struct { entity_event.Base Block *usecase_model.Block `json:"block"` }
func NewBlockCreated ¶
func NewBlockCreated(block *usecase_model.Block) *BlockCreated
func (*BlockCreated) String ¶
func (event *BlockCreated) String() string
func (*BlockCreated) ToJSON ¶
func (event *BlockCreated) ToJSON() (string, error)
type BlockProposerRewarded ¶
type BlockProposerRewarded struct { event_entity.Base Validator string `json:"validator"` Amount coin.DecCoins `json:"amount"` }
func NewProposerRewarded ¶
func NewProposerRewarded(blockHeight int64, validator string, amount coin.DecCoins) *BlockProposerRewarded
func (*BlockProposerRewarded) String ¶
func (event *BlockProposerRewarded) String() string
func (*BlockProposerRewarded) ToJSON ¶
func (event *BlockProposerRewarded) ToJSON() (string, error)
type BlockRawEventCreated ¶ added in v1.5.2
type BlockRawEventCreated struct { entity_event.Base BlockHash string `json:"blockHash"` BlockTime utctime.UTCTime `json:"blockTime"` FromResult string `json:"fromResult"` Data usecase_model.DataParams `json:"data"` }
func NewBlockRawEventCreated ¶ added in v1.5.2
func NewBlockRawEventCreated(blockHeight int64, params *usecase_model.CreateBlockRawEventParams) *BlockRawEventCreated
func (*BlockRawEventCreated) String ¶ added in v1.5.2
func (event *BlockRawEventCreated) String() string
func (*BlockRawEventCreated) ToJSON ¶ added in v1.5.2
func (event *BlockRawEventCreated) ToJSON() (string, error)
type BlockRewarded ¶
type BlockRewarded struct { event_entity.Base Validator string `json:"validator"` Amount coin.DecCoins `json:"amount"` }
func NewBlockRewarded ¶
func NewBlockRewarded(blockHeight int64, validator string, amount coin.DecCoins) *BlockRewarded
func (*BlockRewarded) String ¶
func (event *BlockRewarded) String() string
func (*BlockRewarded) ToJSON ¶
func (event *BlockRewarded) ToJSON() (string, error)
type BondingCompleted ¶
type BondingCompleted struct { event_entity.Base Delegator string `json:"delegator"` Validator string `json:"validator"` Amount coin.Coins `json:"amount"` }
func NewUnbondingCompleted ¶
func NewUnbondingCompleted(blockHeight int64, params model.CompleteBondingParams) *BondingCompleted
func (*BondingCompleted) String ¶
func (event *BondingCompleted) String() string
func (*BondingCompleted) ToJSON ¶
func (event *BondingCompleted) ToJSON() (string, error)
type ChainmainMsgRegisterAccount ¶ added in v1.7.25
type ChainmainMsgRegisterAccount struct { MsgBase Params icaauthmodel.MsgRegisterAccountParams `json:"params"` }
func NewChainmainMsgRegisterAccount ¶ added in v1.7.25
func NewChainmainMsgRegisterAccount( msgCommonParams MsgCommonParams, params icaauthmodel.MsgRegisterAccountParams, ) *ChainmainMsgRegisterAccount
func (*ChainmainMsgRegisterAccount) String ¶ added in v1.7.25
func (event *ChainmainMsgRegisterAccount) String() string
func (*ChainmainMsgRegisterAccount) ToJSON ¶ added in v1.7.25
func (event *ChainmainMsgRegisterAccount) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type ChainmainMsgSubmitTx ¶ added in v1.7.25
type ChainmainMsgSubmitTx struct { MsgBase Params icaauthmodel.MsgSubmitTxParams `json:"params"` }
func NewChainmainMsgSubmitTx ¶ added in v1.7.25
func NewChainmainMsgSubmitTx( msgCommonParams MsgCommonParams, params icaauthmodel.MsgSubmitTxParams, ) *ChainmainMsgSubmitTx
func (*ChainmainMsgSubmitTx) String ¶ added in v1.7.25
func (event *ChainmainMsgSubmitTx) String() string
func (*ChainmainMsgSubmitTx) ToJSON ¶ added in v1.7.25
func (event *ChainmainMsgSubmitTx) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type CreateGenesisValidator ¶
type CreateGenesisValidator struct { event_entity.Base Status constants.Status `json:"status"` Description model.ValidatorDescription `json:"description"` CommissionRates model.ValidatorCommission `json:"commissionRates"` MinSelfDelegation string `json:"minSelfDelegation"` DelegatorAddress string `json:"delegatorAddress"` ValidatorAddress string `json:"validatorAddress"` TendermintPubkey string `json:"tendermintPubkey"` Amount coin.Coin `json:"amount"` Jailed bool `json:"jailed"` }
func NewCreateGenesisValidator ¶
func NewCreateGenesisValidator( params genesis.CreateGenesisValidatorParams, ) *CreateGenesisValidator
func (*CreateGenesisValidator) String ¶
func (event *CreateGenesisValidator) String() string
func (*CreateGenesisValidator) ToJSON ¶
func (event *CreateGenesisValidator) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type CronosSendToIBCCreated ¶
type CronosSendToIBCCreated struct { event_entity.Base Params model.CronosSendToIBCParams `json:"params"` }
func NewCronosSendToIBCCreated ¶
func NewCronosSendToIBCCreated( blockHeight int64, params model.CronosSendToIBCParams, ) *CronosSendToIBCCreated
func (*CronosSendToIBCCreated) String ¶
func (event *CronosSendToIBCCreated) String() string
func (*CronosSendToIBCCreated) ToJSON ¶
func (event *CronosSendToIBCCreated) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type GenesisCreated ¶
type GenesisCreated struct { event_entity.Base Genesis genesis.Genesis }
func NewGenesisCreated ¶
func NewGenesisCreated(genesis genesis.Genesis) *GenesisCreated
func (*GenesisCreated) String ¶
func (event *GenesisCreated) String() string
func (*GenesisCreated) ToJSON ¶
func (event *GenesisCreated) ToJSON() (string, error)
type GravityEthereumSendToCosmosHandled ¶
type GravityEthereumSendToCosmosHandled struct { event_entity.Base Params model.GravityEthereumSendToCosmosHandledEventParams `json:"params"` }
func NewGravityEthereumSendToCosmosHandled ¶
func NewGravityEthereumSendToCosmosHandled(blockHeight int64, params model.GravityEthereumSendToCosmosHandledEventParams) *GravityEthereumSendToCosmosHandled
func (*GravityEthereumSendToCosmosHandled) String ¶
func (event *GravityEthereumSendToCosmosHandled) String() string
func (*GravityEthereumSendToCosmosHandled) ToJSON ¶
func (event *GravityEthereumSendToCosmosHandled) ToJSON() (string, error)
type Minted ¶
type MsgAlreadyRelayedIBCAcknowledgement ¶ added in v1.1.9
type MsgAlreadyRelayedIBCAcknowledgement struct { MsgBase Params ibc_model.MsgAlreadyRelayedAcknowledgementParams `json:"params"` }
func NewMsgAlreadyRelayedIBCAcknowledgement ¶ added in v1.1.9
func NewMsgAlreadyRelayedIBCAcknowledgement( msgCommonParams MsgCommonParams, params ibc_model.MsgAlreadyRelayedAcknowledgementParams, ) *MsgAlreadyRelayedIBCAcknowledgement
func (*MsgAlreadyRelayedIBCAcknowledgement) String ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCAcknowledgement) String() string
func (*MsgAlreadyRelayedIBCAcknowledgement) ToJSON ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCAcknowledgement) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCRecvPacket ¶ added in v1.1.9
type MsgAlreadyRelayedIBCRecvPacket struct { MsgBase Params ibc_model.MsgAlreadyRelayedRecvPacketParams `json:"params"` }
func NewMsgAlreadyRelayedIBCRecvPacket ¶ added in v1.1.9
func NewMsgAlreadyRelayedIBCRecvPacket( msgCommonParams MsgCommonParams, params ibc_model.MsgAlreadyRelayedRecvPacketParams, ) *MsgAlreadyRelayedIBCRecvPacket
func (*MsgAlreadyRelayedIBCRecvPacket) String ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCRecvPacket) String() string
func (*MsgAlreadyRelayedIBCRecvPacket) ToJSON ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCRecvPacket) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCTimeout ¶ added in v1.1.9
type MsgAlreadyRelayedIBCTimeout struct { MsgBase Params ibc_model.MsgTimeoutParams `json:"params"` }
func NewMsgAlreadyRelayedIBCTimeout ¶ added in v1.1.9
func NewMsgAlreadyRelayedIBCTimeout( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutParams, ) *MsgAlreadyRelayedIBCTimeout
func (*MsgAlreadyRelayedIBCTimeout) String ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCTimeout) String() string
func (*MsgAlreadyRelayedIBCTimeout) ToJSON ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCTimeout) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCTimeoutOnClose ¶ added in v1.1.9
type MsgAlreadyRelayedIBCTimeoutOnClose struct { MsgBase Params ibc_model.MsgTimeoutOnCloseParams `json:"params"` }
func NewMsgAlreadyRelayedIBCTimeoutOnClose ¶ added in v1.1.9
func NewMsgAlreadyRelayedIBCTimeoutOnClose( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutOnCloseParams, ) *MsgAlreadyRelayedIBCTimeoutOnClose
func (*MsgAlreadyRelayedIBCTimeoutOnClose) String ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCTimeoutOnClose) String() string
func (*MsgAlreadyRelayedIBCTimeoutOnClose) ToJSON ¶ added in v1.1.9
func (event *MsgAlreadyRelayedIBCTimeoutOnClose) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgBase ¶
type MsgBase struct { event.Base MsgName string `json:"msgName"` MsgTxHash string `json:"txHash"` MsgIndex int `json:"msgIndex"` }
MsgBase composes of Base except it has logical switch between succeeded and failed
func NewMsgBase ¶
func NewMsgBase(params MsgBaseParams) MsgBase
type MsgBaseParams ¶
type MsgBaseParams struct { MsgName string Version int MsgCommonParams }
type MsgBeginRedelegate ¶
type MsgBeginRedelegate struct { MsgBase DelegatorAddress string `json:"delegatorAddress"` ValidatorSrcAddress string `json:"validatorSrcAddress"` ValidatorDstAddress string `json:"validatorDstAddress"` Amount coin.Coin `json:"amount"` AutoClaimedRewards coin.Coin `json:"autoClaimedRewards"` }
MsgBeginRedelegate defines a Cosmos SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.
func NewMsgBeginRedelegate ¶
func NewMsgBeginRedelegate(msgCommonParams MsgCommonParams, params model.MsgBeginRedelegateParams) *MsgBeginRedelegate
NewMsgBeginRedelegate creates a new instance of MsgBeginRedelegate
func (*MsgBeginRedelegate) String ¶
func (event *MsgBeginRedelegate) String() string
func (*MsgBeginRedelegate) ToJSON ¶
func (event *MsgBeginRedelegate) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgCommonParams ¶
type MsgCreateValidator ¶
type MsgCreateValidator struct { MsgBase Description model.ValidatorDescription `json:"description"` CommissionRates model.ValidatorCommission `json:"commissionRates"` MinSelfDelegation string `json:"minSelfDelegation"` DelegatorAddress string `json:"delegatorAddress"` ValidatorAddress string `json:"validatorAddress"` TendermintPubkey string `json:"tendermintPubkey"` Amount coin.Coin `json:"amount"` }
func NewMsgCreateValidator ¶
func NewMsgCreateValidator(msgCommonParams MsgCommonParams, params model.MsgCreateValidatorParams) *MsgCreateValidator
func (*MsgCreateValidator) String ¶
func (event *MsgCreateValidator) String() string
func (*MsgCreateValidator) ToJSON ¶
func (event *MsgCreateValidator) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgCreateVestingAccount ¶
type MsgCreateVestingAccount struct { MsgBase Params model.MsgCreateVestingAccountParams `json:"params"` }
func NewMsgCreateVestingAccount ¶
func NewMsgCreateVestingAccount( msgCommonParams MsgCommonParams, params model.MsgCreateVestingAccountParams, ) *MsgCreateVestingAccount
func (*MsgCreateVestingAccount) String ¶
func (event *MsgCreateVestingAccount) String() string
func (*MsgCreateVestingAccount) ToJSON ¶
func (event *MsgCreateVestingAccount) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgDelegate ¶
type MsgDelegate struct { MsgBase DelegatorAddress string `json:"delegatorAddress"` ValidatorAddress string `json:"validatorAddress"` Amount coin.Coin `json:"amount"` AutoClaimedRewards coin.Coin `json:"autoClaimedRewards"` }
MsgDelegate defines a Cosmos SDK message for performing a delegation of coins from a delegator to a validator.
func NewMsgDelegate ¶
func NewMsgDelegate(msgCommonParams MsgCommonParams, params model.MsgDelegateParams) *MsgDelegate
NewMsgDelegate creates a new instance of MsgDelegate
func (*MsgDelegate) String ¶
func (event *MsgDelegate) String() string
func (*MsgDelegate) ToJSON ¶
func (event *MsgDelegate) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgDeposit ¶
type MsgDeposit struct { MsgBase ProposalId string `json:"proposalId"` Depositor string `json:"depositor"` Amount coin.Coins `json:"amount"` }
func NewMsgDeposit ¶
func NewMsgDeposit(msgCommonParams MsgCommonParams, params model.MsgDepositParams) *MsgDeposit
func (*MsgDeposit) String ¶
func (event *MsgDeposit) String() string
func (*MsgDeposit) ToJSON ¶
func (event *MsgDeposit) ToJSON() (string, error)
type MsgDepositV1 ¶ added in v1.7.0
type MsgDepositV1 struct { MsgBase ProposalId string `json:"proposalId"` Depositor string `json:"depositor"` Amount coin.Coins `json:"amount"` }
func NewMsgDepositV1 ¶ added in v1.7.0
func NewMsgDepositV1(msgCommonParams MsgCommonParams, params model_gov_v1.MsgDepositParams) *MsgDepositV1
func (*MsgDepositV1) String ¶ added in v1.7.0
func (event *MsgDepositV1) String() string
func (*MsgDepositV1) ToJSON ¶ added in v1.7.0
func (event *MsgDepositV1) ToJSON() (string, error)
type MsgEditValidator ¶
type MsgEditValidator struct { MsgBase Description model.ValidatorDescription `json:"description"` ValidatorAddress string `json:"validatorAddress"` MaybeCommissionRate *string `json:"commissionRate"` MaybeMinSelfDelegation *string `json:"minSelfDelegation"` }
func NewMsgEditValidator ¶
func NewMsgEditValidator(msgCommonParams MsgCommonParams, params model.MsgEditValidatorParams) *MsgEditValidator
func (*MsgEditValidator) String ¶
func (event *MsgEditValidator) String() string
func (*MsgEditValidator) ToJSON ¶
func (event *MsgEditValidator) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgEthereumTx ¶ added in v1.3.21
type MsgEthereumTx struct { MsgBase Params model.MsgEthereumTxParams `json:"params"` }
func NewMsgEthereumTx ¶ added in v1.3.21
func NewMsgEthereumTx( msgCommonParams MsgCommonParams, params model.MsgEthereumTxParams, ) *MsgEthereumTx
func (*MsgEthereumTx) String ¶ added in v1.3.21
func (event *MsgEthereumTx) String() string
func (*MsgEthereumTx) ToJSON ¶ added in v1.3.21
func (event *MsgEthereumTx) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgExec ¶
type MsgExec struct { MsgBase Params model.MsgExecParams `json:"params"` }
func NewMsgExec ¶
func NewMsgExec( msgCommonParams MsgCommonParams, params model.MsgExecParams, ) *MsgExec
type MsgFundCommunityPool ¶
type MsgFundCommunityPool struct { MsgBase Depositor string `json:"depositor"` Amount coin.Coins `json:"amount"` }
func NewMsgFundCommunityPool ¶
func NewMsgFundCommunityPool(msgCommonParams MsgCommonParams, params model.MsgFundCommunityPoolParams) *MsgFundCommunityPool
func (*MsgFundCommunityPool) String ¶
func (event *MsgFundCommunityPool) String() string
func (*MsgFundCommunityPool) ToJSON ¶
func (event *MsgFundCommunityPool) ToJSON() (string, error)
type MsgGrant ¶
type MsgGrant struct { MsgBase Params model.MsgGrantParams `json:"params"` }
func NewMsgGrant ¶
func NewMsgGrant( msgCommonParams MsgCommonParams, params model.MsgGrantParams, ) *MsgGrant
type MsgGrantAllowance ¶
type MsgGrantAllowance struct { MsgBase Params model.MsgGrantAllowanceParams `json:"params"` }
func NewMsgGrantAllowance ¶
func NewMsgGrantAllowance( msgCommonParams MsgCommonParams, params model.MsgGrantAllowanceParams, ) *MsgGrantAllowance
func (*MsgGrantAllowance) String ¶
func (event *MsgGrantAllowance) String() string
func (*MsgGrantAllowance) ToJSON ¶
func (event *MsgGrantAllowance) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCAcknowledgement ¶
type MsgIBCAcknowledgement struct { MsgBase Params ibc_model.MsgAcknowledgementParams `json:"params"` }
func NewMsgIBCAcknowledgement ¶
func NewMsgIBCAcknowledgement( msgCommonParams MsgCommonParams, params ibc_model.MsgAcknowledgementParams, ) *MsgIBCAcknowledgement
func (*MsgIBCAcknowledgement) String ¶
func (event *MsgIBCAcknowledgement) String() string
func (*MsgIBCAcknowledgement) ToJSON ¶
func (event *MsgIBCAcknowledgement) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelCloseConfirm ¶
type MsgIBCChannelCloseConfirm struct { MsgBase Params ibc_model.MsgChannelCloseConfirmParams `json:"params"` }
func NewMsgIBCChannelCloseConfirm ¶
func NewMsgIBCChannelCloseConfirm( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelCloseConfirmParams, ) *MsgIBCChannelCloseConfirm
func (*MsgIBCChannelCloseConfirm) String ¶
func (event *MsgIBCChannelCloseConfirm) String() string
func (*MsgIBCChannelCloseConfirm) ToJSON ¶
func (event *MsgIBCChannelCloseConfirm) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelCloseInit ¶
type MsgIBCChannelCloseInit struct { MsgBase Params ibc_model.MsgChannelCloseInitParams `json:"params"` }
func NewMsgIBCChannelCloseInit ¶
func NewMsgIBCChannelCloseInit( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelCloseInitParams, ) *MsgIBCChannelCloseInit
func (*MsgIBCChannelCloseInit) String ¶
func (event *MsgIBCChannelCloseInit) String() string
func (*MsgIBCChannelCloseInit) ToJSON ¶
func (event *MsgIBCChannelCloseInit) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelOpenAck ¶
type MsgIBCChannelOpenAck struct { MsgBase Params ibc_model.MsgChannelOpenAckParams `json:"params"` }
func NewMsgIBCChannelOpenAck ¶
func NewMsgIBCChannelOpenAck( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelOpenAckParams, ) *MsgIBCChannelOpenAck
func (*MsgIBCChannelOpenAck) String ¶
func (event *MsgIBCChannelOpenAck) String() string
func (*MsgIBCChannelOpenAck) ToJSON ¶
func (event *MsgIBCChannelOpenAck) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelOpenConfirm ¶
type MsgIBCChannelOpenConfirm struct { MsgBase Params ibc_model.MsgChannelOpenConfirmParams `json:"params"` }
func NewMsgIBCChannelOpenConfirm ¶
func NewMsgIBCChannelOpenConfirm( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelOpenConfirmParams, ) *MsgIBCChannelOpenConfirm
func (*MsgIBCChannelOpenConfirm) String ¶
func (event *MsgIBCChannelOpenConfirm) String() string
func (*MsgIBCChannelOpenConfirm) ToJSON ¶
func (event *MsgIBCChannelOpenConfirm) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelOpenInit ¶
type MsgIBCChannelOpenInit struct { MsgBase Params ibc_model.MsgChannelOpenInitParams `json:"params"` }
func NewMsgIBCChannelOpenInit ¶
func NewMsgIBCChannelOpenInit( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelOpenInitParams, ) *MsgIBCChannelOpenInit
func (*MsgIBCChannelOpenInit) String ¶
func (event *MsgIBCChannelOpenInit) String() string
func (*MsgIBCChannelOpenInit) ToJSON ¶
func (event *MsgIBCChannelOpenInit) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCChannelOpenTry ¶
type MsgIBCChannelOpenTry struct { MsgBase Params ibc_model.MsgChannelOpenTryParams `json:"params"` }
func NewMsgIBCChannelOpenTry ¶
func NewMsgIBCChannelOpenTry( msgCommonParams MsgCommonParams, params ibc_model.MsgChannelOpenTryParams, ) *MsgIBCChannelOpenTry
func (*MsgIBCChannelOpenTry) String ¶
func (event *MsgIBCChannelOpenTry) String() string
func (*MsgIBCChannelOpenTry) ToJSON ¶
func (event *MsgIBCChannelOpenTry) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCConnectionOpenAck ¶
type MsgIBCConnectionOpenAck struct { MsgBase Params ibc_model.MsgConnectionOpenAckParams `json:"params"` }
func NewMsgIBCConnectionOpenAck ¶
func NewMsgIBCConnectionOpenAck( msgCommonParams MsgCommonParams, params ibc_model.MsgConnectionOpenAckParams, ) *MsgIBCConnectionOpenAck
func (*MsgIBCConnectionOpenAck) String ¶
func (event *MsgIBCConnectionOpenAck) String() string
func (*MsgIBCConnectionOpenAck) ToJSON ¶
func (event *MsgIBCConnectionOpenAck) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCConnectionOpenConfirm ¶
type MsgIBCConnectionOpenConfirm struct { MsgBase Params ibc_model.MsgConnectionOpenConfirmParams `json:"params"` }
func NewMsgIBCConnectionOpenConfirm ¶
func NewMsgIBCConnectionOpenConfirm( msgCommonParams MsgCommonParams, params ibc_model.MsgConnectionOpenConfirmParams, ) *MsgIBCConnectionOpenConfirm
func (*MsgIBCConnectionOpenConfirm) String ¶
func (event *MsgIBCConnectionOpenConfirm) String() string
func (*MsgIBCConnectionOpenConfirm) ToJSON ¶
func (event *MsgIBCConnectionOpenConfirm) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCConnectionOpenInit ¶
type MsgIBCConnectionOpenInit struct { MsgBase Params ibc_model.MsgConnectionOpenInitParams `json:"params"` }
func NewMsgIBCConnectionOpenInit ¶
func NewMsgIBCConnectionOpenInit( msgCommonParams MsgCommonParams, params ibc_model.MsgConnectionOpenInitParams, ) *MsgIBCConnectionOpenInit
func (*MsgIBCConnectionOpenInit) String ¶
func (event *MsgIBCConnectionOpenInit) String() string
func (*MsgIBCConnectionOpenInit) ToJSON ¶
func (event *MsgIBCConnectionOpenInit) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCConnectionOpenTry ¶
type MsgIBCConnectionOpenTry struct { MsgBase Params ibc_model.MsgConnectionOpenTryParams `json:"params"` }
func NewMsgIBCConnectionOpenTry ¶
func NewMsgIBCConnectionOpenTry( msgCommonParams MsgCommonParams, params ibc_model.MsgConnectionOpenTryParams, ) *MsgIBCConnectionOpenTry
func (*MsgIBCConnectionOpenTry) String ¶
func (event *MsgIBCConnectionOpenTry) String() string
func (*MsgIBCConnectionOpenTry) ToJSON ¶
func (event *MsgIBCConnectionOpenTry) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCCreateClient ¶
type MsgIBCCreateClient struct { MsgBase Params ibc_model.MsgCreateClientParams `json:"params"` }
func NewMsgIBCCreateClient ¶
func NewMsgIBCCreateClient(msgCommonParams MsgCommonParams, params ibc_model.MsgCreateClientParams) *MsgIBCCreateClient
func (*MsgIBCCreateClient) String ¶
func (event *MsgIBCCreateClient) String() string
func (*MsgIBCCreateClient) ToJSON ¶
func (event *MsgIBCCreateClient) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCRecvPacket ¶
type MsgIBCRecvPacket struct { MsgBase Params ibc_model.MsgRecvPacketParams `json:"params"` }
func NewMsgIBCRecvPacket ¶
func NewMsgIBCRecvPacket( msgCommonParams MsgCommonParams, params ibc_model.MsgRecvPacketParams, ) *MsgIBCRecvPacket
func (*MsgIBCRecvPacket) String ¶
func (event *MsgIBCRecvPacket) String() string
func (*MsgIBCRecvPacket) ToJSON ¶
func (event *MsgIBCRecvPacket) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCTimeout ¶
type MsgIBCTimeout struct { MsgBase Params ibc_model.MsgTimeoutParams `json:"params"` }
func NewMsgIBCTimeout ¶
func NewMsgIBCTimeout( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutParams, ) *MsgIBCTimeout
func (*MsgIBCTimeout) String ¶
func (event *MsgIBCTimeout) String() string
func (*MsgIBCTimeout) ToJSON ¶
func (event *MsgIBCTimeout) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCTimeoutOnClose ¶
type MsgIBCTimeoutOnClose struct { MsgBase Params ibc_model.MsgTimeoutOnCloseParams `json:"params"` }
func NewMsgIBCTimeoutOnClose ¶
func NewMsgIBCTimeoutOnClose( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutOnCloseParams, ) *MsgIBCTimeoutOnClose
func (*MsgIBCTimeoutOnClose) String ¶
func (event *MsgIBCTimeoutOnClose) String() string
func (*MsgIBCTimeoutOnClose) ToJSON ¶
func (event *MsgIBCTimeoutOnClose) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCTransferTransfer ¶
type MsgIBCTransferTransfer struct { MsgBase Params ibc_model.MsgTransferParams `json:"params"` }
func NewMsgIBCTransferTransfer ¶
func NewMsgIBCTransferTransfer( msgCommonParams MsgCommonParams, params ibc_model.MsgTransferParams, ) *MsgIBCTransferTransfer
func (*MsgIBCTransferTransfer) String ¶
func (event *MsgIBCTransferTransfer) String() string
func (*MsgIBCTransferTransfer) ToJSON ¶
func (event *MsgIBCTransferTransfer) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgIBCUpdateClient ¶
type MsgIBCUpdateClient struct { MsgBase Params ibc_model.MsgUpdateClientParams `json:"params"` }
func NewMsgIBCUpdateClient ¶
func NewMsgIBCUpdateClient( msgCommonParams MsgCommonParams, params ibc_model.MsgUpdateClientParams, ) *MsgIBCUpdateClient
NewMsgDelegate creates a new instance of MsgDelegate
func (*MsgIBCUpdateClient) String ¶
func (event *MsgIBCUpdateClient) String() string
func (*MsgIBCUpdateClient) ToJSON ¶
func (event *MsgIBCUpdateClient) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgMultiSend ¶
type MsgMultiSend struct { MsgBase Inputs []model.MsgMultiSendInput `json:"inputs"` Outputs []model.MsgMultiSendOutput `json:"outputs"` }
func NewMsgMultiSend ¶
func NewMsgMultiSend(msgCommonParams MsgCommonParams, params model.MsgMultiSendParams) *MsgMultiSend
func (*MsgMultiSend) String ¶
func (event *MsgMultiSend) String() string
func (*MsgMultiSend) ToJSON ¶
func (event *MsgMultiSend) ToJSON() (string, error)
type MsgNFTBurnNFT ¶
type MsgNFTBurnNFT struct { MsgBase DenomId string `json:"denomId"` TokenId string `json:"tokenId"` Sender string `json:"sender"` }
func NewMsgNFTBurnNFT ¶
func NewMsgNFTBurnNFT( msgCommonParams MsgCommonParams, params model.MsgNFTBurnNFTParams, ) *MsgNFTBurnNFT
func (*MsgNFTBurnNFT) String ¶
func (event *MsgNFTBurnNFT) String() string
func (*MsgNFTBurnNFT) ToJSON ¶
func (event *MsgNFTBurnNFT) ToJSON() (string, error)
type MsgNFTEditNFT ¶
type MsgNFTEditNFT struct { MsgBase DenomId string `json:"denomId"` TokenId string `json:"tokenId"` TokenName string `json:"tokenName"` URI string `json:"uri"` Data string `json:"data"` Sender string `json:"sender"` }
func NewMsgNFTEditNFT ¶
func NewMsgNFTEditNFT( msgCommonParams MsgCommonParams, params model.MsgNFTEditNFTParams, ) *MsgNFTEditNFT
func (*MsgNFTEditNFT) String ¶
func (event *MsgNFTEditNFT) String() string
func (*MsgNFTEditNFT) ToJSON ¶
func (event *MsgNFTEditNFT) ToJSON() (string, error)
type MsgNFTIssueDenom ¶
type MsgNFTIssueDenom struct { MsgBase DenomId string `json:"denomId"` DenomName string `json:"denomName"` Schema string `json:"schema"` Sender string `json:"sender"` }
func NewMsgNFTIssueDenom ¶
func NewMsgNFTIssueDenom( msgCommonParams MsgCommonParams, params model.MsgNFTIssueDenomParams, ) *MsgNFTIssueDenom
func (*MsgNFTIssueDenom) String ¶
func (event *MsgNFTIssueDenom) String() string
func (*MsgNFTIssueDenom) ToJSON ¶
func (event *MsgNFTIssueDenom) ToJSON() (string, error)
type MsgNFTMintNFT ¶
type MsgNFTMintNFT struct { MsgBase DenomId string `json:"denomId"` TokenId string `json:"tokenId"` TokenName string `json:"tokenName"` URI string `json:"uri"` Data string `json:"data"` Sender string `json:"sender"` Recipient string `json:"recipient"` }
func NewMsgNFTMintNFT ¶
func NewMsgNFTMintNFT( msgCommonParams MsgCommonParams, params model.MsgNFTMintNFTParams, ) *MsgNFTMintNFT
func (*MsgNFTMintNFT) String ¶
func (event *MsgNFTMintNFT) String() string
func (*MsgNFTMintNFT) ToJSON ¶
func (event *MsgNFTMintNFT) ToJSON() (string, error)
type MsgNFTTransferNFT ¶
type MsgNFTTransferNFT struct { MsgBase DenomId string `json:"denomId"` TokenId string `json:"tokenId"` Sender string `json:"sender"` Recipient string `json:"recipient"` }
func NewMsgNFTTransferNFT ¶
func NewMsgNFTTransferNFT( msgCommonParams MsgCommonParams, params model.MsgNFTTransferNFTParams, ) *MsgNFTTransferNFT
func (*MsgNFTTransferNFT) String ¶
func (event *MsgNFTTransferNFT) String() string
func (*MsgNFTTransferNFT) ToJSON ¶
func (event *MsgNFTTransferNFT) ToJSON() (string, error)
type MsgRegisterAccount ¶ added in v1.6.26
type MsgRegisterAccount struct { MsgBase Params icaauthmodel.MsgRegisterAccountParams `json:"params"` }
func NewMsgRegisterAccount ¶ added in v1.6.26
func NewMsgRegisterAccount( msgCommonParams MsgCommonParams, params icaauthmodel.MsgRegisterAccountParams, ) *MsgRegisterAccount
func (*MsgRegisterAccount) String ¶ added in v1.6.26
func (event *MsgRegisterAccount) String() string
func (*MsgRegisterAccount) ToJSON ¶ added in v1.6.26
func (event *MsgRegisterAccount) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgRevoke ¶
type MsgRevoke struct { MsgBase Params model.MsgRevokeParams `json:"params"` }
func NewMsgRevoke ¶
func NewMsgRevoke( msgCommonParams MsgCommonParams, params model.MsgRevokeParams, ) *MsgRevoke
type MsgRevokeAllowance ¶
type MsgRevokeAllowance struct { MsgBase Params model.MsgRevokeAllowanceParams `json:"params"` }
func NewMsgRevokeAllowance ¶
func NewMsgRevokeAllowance( msgCommonParams MsgCommonParams, params model.MsgRevokeAllowanceParams, ) *MsgRevokeAllowance
func (*MsgRevokeAllowance) String ¶
func (event *MsgRevokeAllowance) String() string
func (*MsgRevokeAllowance) ToJSON ¶
func (event *MsgRevokeAllowance) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgSend ¶
type MsgSend struct { MsgBase FromAddress string `json:"fromAddress"` ToAddress string `json:"toAddress"` Amount coin.Coins `json:"amount"` }
func NewMsgSend ¶
func NewMsgSend(msgCommonParams MsgCommonParams, params MsgSendCreatedParams) *MsgSend
type MsgSendCreatedParams ¶
type MsgSetSendEnabled ¶ added in v1.7.22
type MsgSetSendEnabled struct { MsgBase Params model.MsgSetSendEnabled `json:"params"` }
func NewMsgSetSendEnabled ¶ added in v1.7.22
func NewMsgSetSendEnabled( msgCommonParams MsgCommonParams, params model.MsgSetSendEnabled, ) *MsgSetSendEnabled
func (*MsgSetSendEnabled) String ¶ added in v1.7.22
func (event *MsgSetSendEnabled) String() string
func (*MsgSetSendEnabled) ToJSON ¶ added in v1.7.22
func (event *MsgSetSendEnabled) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgSetWithdrawAddress ¶
type MsgSetWithdrawAddress struct { MsgBase model.MsgSetWithdrawAddressParams }
func NewMsgSetWithdrawAddress ¶
func NewMsgSetWithdrawAddress( msgCommonParams MsgCommonParams, params model.MsgSetWithdrawAddressParams, ) *MsgSetWithdrawAddress
func (*MsgSetWithdrawAddress) String ¶
func (event *MsgSetWithdrawAddress) String() string
func (*MsgSetWithdrawAddress) ToJSON ¶
func (event *MsgSetWithdrawAddress) ToJSON() (string, error)
type MsgSubmitCancelSoftwareUpgradeProposal ¶
type MsgSubmitCancelSoftwareUpgradeProposal struct { MsgBase model.MsgSubmitCancelSoftwareUpgradeProposalParams }
func NewMsgSubmitCancelSoftwareUpgradeProposal ¶
func NewMsgSubmitCancelSoftwareUpgradeProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitCancelSoftwareUpgradeProposalParams, ) *MsgSubmitCancelSoftwareUpgradeProposal
func (*MsgSubmitCancelSoftwareUpgradeProposal) String ¶
func (event *MsgSubmitCancelSoftwareUpgradeProposal) String() string
func (*MsgSubmitCancelSoftwareUpgradeProposal) ToJSON ¶
func (event *MsgSubmitCancelSoftwareUpgradeProposal) ToJSON() (string, error)
type MsgSubmitCommunityPoolSpendProposal ¶
type MsgSubmitCommunityPoolSpendProposal struct { MsgBase model.MsgSubmitCommunityPoolSpendProposalParams }
func NewMsgSubmitCommunityPoolSpendProposal ¶
func NewMsgSubmitCommunityPoolSpendProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitCommunityPoolSpendProposalParams, ) *MsgSubmitCommunityPoolSpendProposal
func (*MsgSubmitCommunityPoolSpendProposal) String ¶
func (event *MsgSubmitCommunityPoolSpendProposal) String() string
func (*MsgSubmitCommunityPoolSpendProposal) ToJSON ¶
func (event *MsgSubmitCommunityPoolSpendProposal) ToJSON() (string, error)
type MsgSubmitParamChangeProposal ¶
type MsgSubmitParamChangeProposal struct { MsgBase model.MsgSubmitParamChangeProposalParams }
func NewMsgSubmitParamChangeProposal ¶
func NewMsgSubmitParamChangeProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitParamChangeProposalParams, ) *MsgSubmitParamChangeProposal
func (*MsgSubmitParamChangeProposal) String ¶
func (event *MsgSubmitParamChangeProposal) String() string
func (*MsgSubmitParamChangeProposal) ToJSON ¶
func (event *MsgSubmitParamChangeProposal) ToJSON() (string, error)
type MsgSubmitProposal ¶ added in v1.7.0
type MsgSubmitProposal struct { MsgBase model_gov_v1.MsgSubmitProposalParams }
func NewMsgSubmitProposal ¶ added in v1.7.0
func NewMsgSubmitProposal( msgCommonParams MsgCommonParams, params model_gov_v1.MsgSubmitProposalParams, ) *MsgSubmitProposal
func (*MsgSubmitProposal) String ¶ added in v1.7.0
func (event *MsgSubmitProposal) String() string
func (*MsgSubmitProposal) ToJSON ¶ added in v1.7.0
func (event *MsgSubmitProposal) ToJSON() (string, error)
type MsgSubmitSoftwareUpgradeProposal ¶
type MsgSubmitSoftwareUpgradeProposal struct { MsgBase model.MsgSubmitSoftwareUpgradeProposalParams }
func NewMsgSubmitSoftwareUpgradeProposal ¶
func NewMsgSubmitSoftwareUpgradeProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitSoftwareUpgradeProposalParams, ) *MsgSubmitSoftwareUpgradeProposal
func (*MsgSubmitSoftwareUpgradeProposal) String ¶
func (event *MsgSubmitSoftwareUpgradeProposal) String() string
func (*MsgSubmitSoftwareUpgradeProposal) ToJSON ¶
func (event *MsgSubmitSoftwareUpgradeProposal) ToJSON() (string, error)
type MsgSubmitTextProposal ¶
type MsgSubmitTextProposal struct { MsgBase model.MsgSubmitTextProposalParams }
func NewMsgSubmitTextProposal ¶
func NewMsgSubmitTextProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitTextProposalParams, ) *MsgSubmitTextProposal
func (*MsgSubmitTextProposal) String ¶
func (event *MsgSubmitTextProposal) String() string
func (*MsgSubmitTextProposal) ToJSON ¶
func (event *MsgSubmitTextProposal) ToJSON() (string, error)
type MsgSubmitTx ¶ added in v1.6.26
type MsgSubmitTx struct { MsgBase Params icaauthmodel.MsgSubmitTxParams `json:"params"` }
func NewMsgSubmitTx ¶ added in v1.6.26
func NewMsgSubmitTx( msgCommonParams MsgCommonParams, params icaauthmodel.MsgSubmitTxParams, ) *MsgSubmitTx
func (*MsgSubmitTx) String ¶ added in v1.6.26
func (event *MsgSubmitTx) String() string
func (*MsgSubmitTx) ToJSON ¶ added in v1.6.26
func (event *MsgSubmitTx) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgSubmitUnknownProposal ¶ added in v1.4.1
type MsgSubmitUnknownProposal struct { MsgBase model.MsgSubmitUnknownProposalParams }
func NewMsgSubmitUnknownProposal ¶ added in v1.4.1
func NewMsgSubmitUnknownProposal( msgCommonParams MsgCommonParams, params model.MsgSubmitUnknownProposalParams, ) *MsgSubmitUnknownProposal
func (*MsgSubmitUnknownProposal) String ¶ added in v1.4.1
func (event *MsgSubmitUnknownProposal) String() string
func (*MsgSubmitUnknownProposal) ToJSON ¶ added in v1.4.1
func (event *MsgSubmitUnknownProposal) ToJSON() (string, error)
type MsgUndelegate ¶
type MsgUndelegate struct { MsgBase DelegatorAddress string `json:"delegatorAddress"` ValidatorAddress string `json:"validatorAddress"` Amount coin.Coin `json:"amount"` AutoClaimedRewards coin.Coin `json:"autoClaimedRewards"` MaybeUnbondCompleteAt *utctime.UTCTime `json:"unbondCompleteAt"` }
MsgUndelegate defines a Cosmos SDK message for performing a undelegation of coins from a validator to a delegator.
func NewMsgUndelegate ¶
func NewMsgUndelegate(msgCommonParams MsgCommonParams, params model.MsgUndelegateParams) *MsgUndelegate
NewMsgUndelegate creates a new instance of MsgUndelegate
func (*MsgUndelegate) String ¶
func (event *MsgUndelegate) String() string
func (*MsgUndelegate) ToJSON ¶
func (event *MsgUndelegate) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgUnjail ¶
MsgUnjail defines a Cosmos SDK message for unjailing a jailed validator, thus returning them into the bonded validator set, so they can begin receiving provisions and rewards again.
func NewMsgUnjail ¶
func NewMsgUnjail(msgCommonParams MsgCommonParams, params model.MsgUnjailParams) *MsgUnjail
NewMsgUnjail creates a new instance of MsgUnjail
type MsgVote ¶
type MsgVote struct { MsgBase ProposalId string `json:"proposalId"` Voter string `json:"voter"` Option string `json:"option"` }
func NewMsgVote ¶
func NewMsgVote(msgCommonParams MsgCommonParams, params model.MsgVoteParams) *MsgVote
type MsgVoteV1 ¶ added in v1.7.0
type MsgVoteV1 struct { MsgBase ProposalId string `json:"proposalId"` Voter string `json:"voter"` Option string `json:"option"` Metadata string `json:"metadata"` }
func NewMsgVoteV1 ¶ added in v1.7.0
func NewMsgVoteV1(msgCommonParams MsgCommonParams, params model.MsgVoteParams) *MsgVoteV1
type MsgVoteWeightedV1 ¶ added in v1.7.0
type MsgVoteWeightedV1 struct { MsgBase ProposalId string `json:"proposalId"` Voter string `json:"voter"` VoteOptions []model.VoteOption `json:"voteOptions"` Metadata string `json:"metadata"` }
func NewMsgVoteWeightedV1 ¶ added in v1.7.0
func NewMsgVoteWeightedV1(msgCommonParams MsgCommonParams, params model.MsgVoteWeightedParams) *MsgVoteWeightedV1
func (*MsgVoteWeightedV1) String ¶ added in v1.7.0
func (event *MsgVoteWeightedV1) String() string
func (*MsgVoteWeightedV1) ToJSON ¶ added in v1.7.0
func (event *MsgVoteWeightedV1) ToJSON() (string, error)
type MsgWithdrawDelegatorReward ¶
type MsgWithdrawDelegatorReward struct { MsgBase model.MsgWithdrawDelegatorRewardParams }
func NewMsgWithdrawDelegatorReward ¶
func NewMsgWithdrawDelegatorReward( msgCommonParams MsgCommonParams, params model.MsgWithdrawDelegatorRewardParams, ) *MsgWithdrawDelegatorReward
func (*MsgWithdrawDelegatorReward) String ¶
func (event *MsgWithdrawDelegatorReward) String() string
func (*MsgWithdrawDelegatorReward) ToJSON ¶
func (event *MsgWithdrawDelegatorReward) ToJSON() (string, error)
type MsgWithdrawValidatorCommission ¶
type MsgWithdrawValidatorCommission struct { MsgBase model.MsgWithdrawValidatorCommissionParams }
func NewMsgWithdrawValidatorCommission ¶
func NewMsgWithdrawValidatorCommission( msgCommonParams MsgCommonParams, params model.MsgWithdrawValidatorCommissionParams, ) *MsgWithdrawValidatorCommission
func (*MsgWithdrawValidatorCommission) String ¶
func (event *MsgWithdrawValidatorCommission) String() string
func (*MsgWithdrawValidatorCommission) ToJSON ¶
func (event *MsgWithdrawValidatorCommission) ToJSON() (string, error)
type PowerChanged ¶
type PowerChanged struct { event_entity.Base TendermintPubkey string `json:"tendermintPubkey"` Power string `json:"power"` }
func NewPowerChanged ¶
func NewPowerChanged(blockHeight int64, params model.PowerChangeParams) *PowerChanged
func (*PowerChanged) String ¶
func (event *PowerChanged) String() string
func (*PowerChanged) ToJSON ¶
func (event *PowerChanged) ToJSON() (string, error)
type ProposalEnded ¶
type ProposalEnded struct { event_entity.Base ProposalId string `json:"proposalId"` Result string `json:"result"` }
func NewProposalEnded ¶
func NewProposalEnded(blockHeight int64, proposalId string, result string) *ProposalEnded
func (*ProposalEnded) String ¶
func (event *ProposalEnded) String() string
func (*ProposalEnded) ToJSON ¶
func (event *ProposalEnded) ToJSON() (string, error)
type ProposalInactived ¶
type ProposalInactived struct { event_entity.Base ProposalId string `json:"proposalId"` Result string `json:"result"` }
func NewProposalInactived ¶
func NewProposalInactived(blockHeight int64, proposalId string, result string) *ProposalInactived
func (*ProposalInactived) String ¶
func (event *ProposalInactived) String() string
func (*ProposalInactived) ToJSON ¶
func (event *ProposalInactived) ToJSON() (string, error)
type ProposalVotingPeriodStarted ¶
type ProposalVotingPeriodStarted struct { event_entity.Base ProposalId string `json:"proposalId"` }
func NewProposalVotingPeriodStarted ¶
func NewProposalVotingPeriodStarted(blockHeight int64, proposalId string) *ProposalVotingPeriodStarted
func (*ProposalVotingPeriodStarted) String ¶
func (event *ProposalVotingPeriodStarted) String() string
func (*ProposalVotingPeriodStarted) ToJSON ¶
func (event *ProposalVotingPeriodStarted) ToJSON() (string, error)
type RawBlockCreated ¶
type RawBlockCreated struct { entity_event.Base RawBlock *usecase_model.RawBlock `json:"rawBlock"` }
func NewEvent ¶
func NewEvent(rawBlock *usecase_model.RawBlock) *RawBlockCreated
func (*RawBlockCreated) String ¶
func (event *RawBlockCreated) String() string
func (*RawBlockCreated) ToJSON ¶
func (event *RawBlockCreated) ToJSON() (string, error)
type RawTransactionCreated ¶ added in v1.5.2
type RawTransactionCreated struct { entity_event.Base TxHash string `json:"txHash"` Index int `json:"index"` Code int `json:"code"` Log string `json:"log"` Signers []model.TransactionSigner `json:"signers"` Fee coin.Coins `json:"fee"` FeePayer string `json:"feePayer"` FeeGranter string `json:"feeGranter"` GasWanted int `json:"gasWanted"` GasUsed int `json:"gasUsed"` Memo string `json:"memo"` TimeoutHeight int64 `json:"timeoutHeight"` Messages []map[string]interface{} `json:"messages"` }
func NewRawTransactionCreated ¶ added in v1.5.2
func NewRawTransactionCreated(blockHeight int64, params model.CreateRawTransactionParams) *RawTransactionCreated
func (*RawTransactionCreated) String ¶ added in v1.5.2
func (event *RawTransactionCreated) String() string
func (*RawTransactionCreated) ToJSON ¶ added in v1.5.2
func (event *RawTransactionCreated) ToJSON() (string, error)
type RawTransactionFailed ¶ added in v1.5.2
type RawTransactionFailed struct { entity_event.Base TxHash string `json:"txHash"` Index int `json:"index"` Code int `json:"code"` Log string `json:"log"` Signers []model.TransactionSigner `json:"signers"` Fee coin.Coins `json:"fee"` FeePayer string `json:"feePayer"` FeeGranter string `json:"feeGranter"` GasWanted int `json:"gasWanted"` GasUsed int `json:"gasUsed"` Memo string `json:"memo"` TimeoutHeight int64 `json:"timeoutHeight"` Messages []map[string]interface{} `json:"messages"` }
func NewRawTransactionFailed ¶ added in v1.5.2
func NewRawTransactionFailed(blockHeight int64, params model.CreateRawTransactionParams) *RawTransactionFailed
func (*RawTransactionFailed) String ¶ added in v1.5.2
func (event *RawTransactionFailed) String() string
func (*RawTransactionFailed) ToJSON ¶ added in v1.5.2
func (event *RawTransactionFailed) ToJSON() (string, error)
type TransactionCreated ¶
type TransactionCreated struct { entity_event.Base TxHash string `json:"txHash"` Index int `json:"index"` Code int `json:"code"` Log string `json:"log"` MsgCount int `json:"msgCount"` Signers []model.TransactionSigner `json:"signers"` // Deprecated Senders []model.TransactionSigner `json:"senders"` Fee coin.Coins `json:"fee"` FeePayer string `json:"feePayer"` FeeGranter string `json:"feeGranter"` GasWanted int `json:"gasWanted"` GasUsed int `json:"gasUsed"` Memo string `json:"memo"` TimeoutHeight int64 `json:"timeoutHeight"` }
func NewTransactionCreated ¶
func NewTransactionCreated(blockHeight int64, params model.CreateTransactionParams) *TransactionCreated
func (*TransactionCreated) String ¶
func (event *TransactionCreated) String() string
func (*TransactionCreated) ToJSON ¶
func (event *TransactionCreated) ToJSON() (string, error)
type TransactionFailed ¶
type TransactionFailed struct { entity_event.Base TxHash string `json:"txHash"` Index int `json:"index"` Code int `json:"code"` Log string `json:"log"` MsgCount int `json:"msgCount"` Signers []model.TransactionSigner `json:"signers"` // Deprecated Senders []model.TransactionSigner `json:"senders"` Fee coin.Coins `json:"fee"` FeePayer string `json:"feePayer"` FeeGranter string `json:"feeGranter"` GasWanted int `json:"gasWanted"` GasUsed int `json:"gasUsed"` Memo string `json:"memo"` TimeoutHeight int64 `json:"timeoutHeight"` }
func NewTransactionFailed ¶
func NewTransactionFailed(blockHeight int64, params model.CreateTransactionParams) *TransactionFailed
func (*TransactionFailed) String ¶
func (event *TransactionFailed) String() string
func (*TransactionFailed) ToJSON ¶
func (event *TransactionFailed) ToJSON() (string, error)
type ValidatorJailed ¶
type ValidatorJailed struct { event_entity.Base ConsensusNodeAddress string `json:"consensusNodeAddress"` Reason string `json:"reason"` }
func NewValidatorJailed ¶
func NewValidatorJailed(blockHeight int64, consensusNodeAddress string, reason string) *ValidatorJailed
func (*ValidatorJailed) String ¶
func (event *ValidatorJailed) String() string
func (*ValidatorJailed) ToJSON ¶
func (event *ValidatorJailed) ToJSON() (string, error)
type ValidatorSlashed ¶
type ValidatorSlashed struct { event_entity.Base ConsensusNodeAddress string `json:"consensusNodeAddress"` SlashedPower string `json:"slashedPower"` Reason string `json:"reason"` }
func NewValidatorSlashed ¶
func NewValidatorSlashed(blockHeight int64, params model.SlashValidatorParams) *ValidatorSlashed
func (*ValidatorSlashed) String ¶
func (event *ValidatorSlashed) String() string
func (*ValidatorSlashed) ToJSON ¶
func (event *ValidatorSlashed) ToJSON() (string, error)
Source Files ¶
- account_transferred.go
- block_commissioned.go
- block_proposer_rewarded.go
- block_rewarded.go
- blockcreated.go
- bonding_completed.go
- chainmain_msg_register_account.go
- chainmain_msg_submit_tx.go
- cronos_send_to_ibc_created.go
- events.go
- genesis_created.go
- genesis_validator.go
- gravity_ethereum_send_to_cosmos_handled.go
- minted.go
- msg_create_validator.go
- msg_create_vesting_account.go
- msg_deposit.go
- msg_deposit_v1.go
- msg_edit_validator.go
- msg_ethereum_tx.go
- msg_exec.go
- msg_grant.go
- msg_grant_allowance.go
- msg_ibc_acknowledgement.go
- msg_ibc_channel_close_confirm.go
- msg_ibc_channel_close_init.go
- msg_ibc_channel_open_ack.go
- msg_ibc_channel_open_confirm.go
- msg_ibc_channel_open_init.go
- msg_ibc_channel_open_try.go
- msg_ibc_connection_open_ack.go
- msg_ibc_connection_open_confirm.go
- msg_ibc_connection_open_init.go
- msg_ibc_connection_open_try.go
- msg_ibc_create_client.go
- msg_ibc_recv_packet.go
- msg_ibc_timeout.go
- msg_ibc_timeout_on_close.go
- msg_ibc_transfer_transfer.go
- msg_ibc_update_client.go
- msg_nft_burn_nft.go
- msg_nft_edit_nft.go
- msg_nft_issue_denom.go
- msg_nft_mint_nft.go
- msg_nft_transfer_nft.go
- msg_register_account.go
- msg_revoke.go
- msg_revoke_allowance.go
- msg_set_send_enabled.go
- msg_submit_cancel_software_upgrade_proposal.go
- msg_submit_community_pool_spend_proposal.go
- msg_submit_param_change_proposal.go
- msg_submit_proposal.go
- msg_submit_software_upgrade_proposal.go
- msg_submit_text_proposal.go
- msg_submit_tx.go
- msg_submit_unknown_proposal.go
- msg_vote.go
- msg_vote_v1.go
- msg_vote_weighted_v1.go
- msgbase.go
- msgbeginredelegate.go
- msgdelegate.go
- msgevents.go
- msgfundcommunitypool.go
- msgmultisend.go
- msgsend.go
- msgsetwithdrawaddress.go
- msgundelegate.go
- msgunjail.go
- msgwithdrawdelegatorreward.go
- msgwithdrawvalidatorcommission.go
- powerchanged.go
- proposal_ended.go
- proposal_inactived.go
- proposal_voting_period_started.go
- raw_block_event_created.go
- raw_transaction_created.go
- raw_transaction_failed.go
- rawblockcreated.go
- transaction_created.go
- transaction_failed.go
- validator_jailed.go
- validator_slashed.go