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 DecodeBlockRewarded(encoded []byte) (event_entity.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 DecodeMsgEditValidator(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 DecodeMsgRevoke(encoded []byte) (entity_event.Event, error)
- func DecodeMsgRevokeAllowance(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSend(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 DecodeMsgSubmitSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
- func DecodeMsgSubmitTextProposal(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 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 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 BlockRewarded
- type BondingCompleted
- 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 MsgEditValidator
- 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 MsgRevoke
- type MsgRevokeAllowance
- type MsgSend
- type MsgSendCreatedParams
- type MsgSetWithdrawAddress
- type MsgSubmitCancelSoftwareUpgradeProposal
- type MsgSubmitCommunityPoolSpendProposal
- type MsgSubmitParamChangeProposal
- type MsgSubmitSoftwareUpgradeProposal
- type MsgSubmitTextProposal
- type MsgUndelegate
- type MsgUnjail
- type MsgVote
- type MsgWithdrawDelegatorReward
- type MsgWithdrawValidatorCommission
- type PowerChanged
- type ProposalEnded
- type ProposalInactived
- type ProposalVotingPeriodStarted
- type RawBlockCreated
- 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_REWARDED = "BlockRewarded"
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 = "MsgBeginRedelegate"
const MSG_BEGIN_REDELEGATE_CREATED = "MsgBeginRedelegateCreated"
const MSG_BEGIN_REDELEGATE_FAILED = "MsgBeginRedelegateFailed"
const MSG_CREATE_VALIDATOR = "MsgCreateValidator"
const MSG_CREATE_VALIDATOR_CREATED = "MsgCreateValidatorCreated"
const MSG_CREATE_VALIDATOR_FAILED = "MsgCreateValidatorFailed"
const MSG_CREATE_VESTING_ACCOUNT = "MsgCreateVestingAccount"
const MSG_CREATE_VESTING_ACCOUNT_CREATED = "MsgCreateVestingAccountCreated"
const MSG_CREATE_VESTING_ACCOUNT_FAILED = "MsgCreateVestingAccountFailed"
const MSG_DELEGATE = "MsgDelegate"
const MSG_DELEGATE_CREATED = "MsgDelegateCreated"
const MSG_DELEGATE_FAILED = "MsgDelegateFailed"
const MSG_DEPOSIT = "MsgDeposit"
const MSG_DEPOSIT_CREATED = "MsgDepositCreated"
const MSG_DEPOSIT_FAILED = "MsgDepositFailed"
const MSG_EDIT_VALIDATOR = "MsgEditValidator"
const MSG_EDIT_VALIDATOR_CREATED = "MsgEditValidatorCreated"
const MSG_EDIT_VALIDATOR_FAILED = "MsgEditValidatorFailed"
const MSG_EXEC = "MsgExec"
const MSG_EXEC_CREATED = "MsgExecCreated"
const MSG_EXEC_FAILED = "MsgExecFailed"
const MSG_FAILED_SUFFIX = "Failed"
const MSG_FUND_COMMUNITY_POOL = "MsgFundCommunityPool"
const MSG_FUND_COMMUNITY_POOL_CREATED = "MsgFundCommunityPoolCreated"
const MSG_FUND_COMMUNITY_POOL_FAILED = "MsgFundCommunityPoolFailed"
const MSG_GRANT = "MsgGrant"
const MSG_GRANT_ALLOWANCE = "MsgGrantAllowance"
const MSG_GRANT_ALLOWANCE_CREATED = "MsgGrantAllowanceCreated"
const MSG_GRANT_ALLOWANCE_FAILED = "MsgGrantAllowanceFailed"
const MSG_GRANT_CREATED = "MsgGrantCreated"
const MSG_GRANT_FAILED = "MsgGrantFailed"
const MSG_IBC_ACKNOWLEDGEMENT = "MsgAcknowledgement"
const MSG_IBC_ACKNOWLEDGEMENT_CREATED = "MsgAcknowledgementCreated"
const MSG_IBC_ACKNOWLEDGEMENT_FAILED = "MsgAcknowledgementFailed"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM = "MsgChannelCloseConfirm"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM_CREATED = "MsgChannelCloseConfirmCreated"
const MSG_IBC_CHANNEL_CLOSE_CONFIRM_FAILED = "MsgChannelCloseConfirmFailed"
const MSG_IBC_CHANNEL_CLOSE_INIT = "MsgChannelCloseInit"
const MSG_IBC_CHANNEL_CLOSE_INIT_CREATED = "MsgChannelCloseInitCreated"
const MSG_IBC_CHANNEL_CLOSE_INIT_FAILED = "MsgChannelCloseInitFailed"
const MSG_IBC_CHANNEL_OPEN_ACK = "MsgChannelOpenAck"
const MSG_IBC_CHANNEL_OPEN_ACK_CREATED = "MsgChannelOpenAckCreated"
const MSG_IBC_CHANNEL_OPEN_ACK_FAILED = "MsgChannelOpenAckFailed"
const MSG_IBC_CHANNEL_OPEN_CONFIRM = "MsgChannelOpenConfirm"
const MSG_IBC_CHANNEL_OPEN_CONFIRM_CREATED = "MsgChannelOpenConfirmCreated"
const MSG_IBC_CHANNEL_OPEN_CONFIRM_FAILED = "MsgChannelOpenConfirmFailed"
const MSG_IBC_CHANNEL_OPEN_INIT = "MsgChannelOpenInit"
const MSG_IBC_CHANNEL_OPEN_INIT_CREATED = "MsgChannelOpenInitCreated"
const MSG_IBC_CHANNEL_OPEN_INIT_FAILED = "MsgChannelOpenInitFailed"
const MSG_IBC_CHANNEL_OPEN_TRY = "MsgChannelOpenTry"
const MSG_IBC_CHANNEL_OPEN_TRY_CREATED = "MsgChannelOpenTryCreated"
const MSG_IBC_CHANNEL_OPEN_TRY_FAILED = "MsgChannelOpenTryFailed"
const MSG_IBC_CONNECTION_OPEN_ACK = "MsgConnectionOpenAck"
const MSG_IBC_CONNECTION_OPEN_ACK_CREATED = "MsgConnectionOpenAckCreated"
const MSG_IBC_CONNECTION_OPEN_ACK_FAILED = "MsgConnectionOpenAckFailed"
const MSG_IBC_CONNECTION_OPEN_CONFIRM = "MsgConnectionOpenConfirm"
const MSG_IBC_CONNECTION_OPEN_CONFIRM_CREATED = "MsgConnectionOpenConfirmCreated"
const MSG_IBC_CONNECTION_OPEN_CONFIRM_FAILED = "MsgConnectionOpenConfirmFailed"
const MSG_IBC_CONNECTION_OPEN_INIT = "MsgConnectionOpenInit"
const MSG_IBC_CONNECTION_OPEN_INIT_CREATED = "MsgConnectionOpenInitCreated"
const MSG_IBC_CONNECTION_OPEN_INIT_FAILED = "MsgConnectionOpenInitFailed"
const MSG_IBC_CONNECTION_OPEN_TRY = "MsgConnectionOpenTry"
const MSG_IBC_CONNECTION_OPEN_TRY_CREATED = "MsgConnectionOpenTryCreated"
const MSG_IBC_CONNECTION_OPEN_TRY_FAILED = "MsgConnectionOpenTryFailed"
const MSG_IBC_CREATE_CLIENT = "MsgCreateClient"
const MSG_IBC_CREATE_CLIENT_CREATED = "MsgCreateClientCreated"
const MSG_IBC_CREATE_CLIENT_FAILED = "MsgCreateClientFailed"
const MSG_IBC_RECV_PACKET = "MsgRecvPacket"
const MSG_IBC_RECV_PACKET_CREATED = "MsgRecvPacketCreated"
const MSG_IBC_RECV_PACKET_FAILED = "MsgRecvPacketFailed"
const MSG_IBC_TIMEOUT = "MsgTimeout"
const MSG_IBC_TIMEOUT_CREATED = "MsgTimeoutCreated"
const MSG_IBC_TIMEOUT_FAILED = "MsgTimeoutFailed"
const MSG_IBC_TIMEOUT_ON_CLOSE = "MsgTimeoutOnClose"
const MSG_IBC_TIMEOUT_ON_CLOSE_CREATED = "MsgTimeoutOnCloseCreated"
const MSG_IBC_TIMEOUT_ON_CLOSE_FAILED = "MsgTimeoutOnCloseFailed"
const MSG_IBC_TRANSFER_TRANSFER = "MsgTransfer"
const MSG_IBC_TRANSFER_TRANSFER_CREATED = "MsgTransferCreated"
const MSG_IBC_TRANSFER_TRANSFER_FAILED = "MsgTransferFailed"
const MSG_IBC_UPDATE_CLIENT = "MsgUpdateClient"
const MSG_IBC_UPDATE_CLIENT_CREATED = "MsgUpdateClientCreated"
const MSG_IBC_UPDATE_CLIENT_FAILED = "MsgUpdateClientFailed"
const MSG_MULTI_SEND = "MsgMultiSend"
const MSG_MULTI_SEND_CREATED = "MsgMultiSendCreated"
const MSG_MULTI_SEND_FAILED = "MsgMultiSendFailed"
const MSG_NFT_BURN_NFT = "MsgBurnNFT"
const MSG_NFT_BURN_NFT_CREATED = "MsgBurnNFTCreated"
const MSG_NFT_BURN_NFT_FAILED = "MsgBurnNFTFailed"
const MSG_NFT_EDIT_NFT = "MsgEditNFT"
const MSG_NFT_EDIT_NFT_CREATED = "MsgEditNFTCreated"
const MSG_NFT_EDIT_NFT_FAILED = "MsgEditNFTFailed"
const MSG_NFT_ISSUE_DENOM = "MsgIssueDenom"
const MSG_NFT_ISSUE_DENOM_CREATED = "MsgIssueDenomCreated"
const MSG_NFT_ISSUE_DENOM_FAILED = "MsgIssueDenomFailed"
const MSG_NFT_MINT_NFT = "MsgMintNFT"
const MSG_NFT_MINT_NFT_CREATED = "MsgMintNFTCreated"
const MSG_NFT_MINT_NFT_FAILED = "MsgMintNFTFailed"
const MSG_NFT_TRANSFER_NFT = "MsgTransferNFT"
const MSG_NFT_TRANSFER_NFT_CREATED = "MsgTransferNFTCreated"
const MSG_NFT_TRANSFER_NFT_FAILED = "MsgTransferNFTFailed"
const MSG_REVOKE = "MsgRevoke"
const MSG_REVOKE_ALLOWANCE = "MsgRevokeAllowance"
const MSG_REVOKE_ALLOWANCE_CREATED = "MsgRevokeAllowanceCreated"
const MSG_REVOKE_ALLOWANCE_FAILED = "MsgRevokeAllowanceFailed"
const MSG_REVOKE_CREATED = "MsgRevokeCreated"
const MSG_REVOKE_FAILED = "MsgRevokeFailed"
const MSG_SEND = "MsgSend"
const MSG_SEND_CREATED = "MsgSendCreated"
const MSG_SEND_FAILED = "MsgSendFailed"
const MSG_SET_WITHDRAW_ADDRESS = "MsgSetWithdrawAddress"
const MSG_SET_WITHDRAW_ADDRESS_CREATED = "MsgSetWithdrawAddressCreated"
const MSG_SET_WITHDRAW_ADDRESS_FAILED = "MsgSetWithdrawAddressFailed"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL = "MsgSubmitCancelSoftwareUpgradeProposal"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL_CREATED = "MsgSubmitCancelSoftwareUpgradeProposalCreated"
const MSG_SUBMIT_CANCEL_SOFTWARE_UPGRADE_PROPOSAL_FAILED = "MsgSubmitCancelSoftwareUpgradeProposalFailed"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL = "MsgSubmitCommunityPoolSpendProposal"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL_CREATED = "MsgSubmitCommunityPoolSpendProposalCreated"
const MSG_SUBMIT_COMMUNITY_POOL_SPEND_PROPOSAL_FAILED = "MsgSubmitCommunityPoolSpendProposalFailed"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL = "MsgSubmitParamUpdateProposal"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL_CREATED = "MsgSubmitParamUpdateProposalCreated"
const MSG_SUBMIT_PARAM_CHANGE_PROPOSAL_FAILED = "MsgSubmitParamUpdateProposalFailed"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL = "MsgSubmitSoftwareUpgradeProposal"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL_CREATED = "MsgSubmitSoftwareUpgradeProposalCreated"
const MSG_SUBMIT_SOFTWARE_UPGRADE_PROPOSAL_FAILED = "MsgSubmitSoftwareUpgradeProposalFailed"
const MSG_SUBMIT_TEXT_PROPOSAL = "MsgSubmitTextProposal"
const MSG_SUBMIT_TEXT_PROPOSAL_CREATED = "MsgSubmitTextProposalCreated"
const MSG_SUBMIT_TEXT_PROPOSAL_FAILED = "MsgSubmitTextProposalFailed"
const MSG_SUCCESS_SUFFIX = "Created"
const MSG_UNDELEGATE = "MsgUndelegate"
const MSG_UNDELEGATE_CREATED = "MsgUndelegateCreated"
const MSG_UNDELEGATE_FAILED = "MsgUndelegateFailed"
const MSG_UNJAIL = "MsgUnjail"
const MSG_UNJAIL_CREATED = "MsgUnjailCreated"
const MSG_UNJAIL_FAILED = "MsgUnjailFailed"
const MSG_VOTE = "MsgVote"
const MSG_VOTE_CREATED = "MsgVoteCreated"
const MSG_VOTE_FAILED = "MsgVoteFailed"
const MSG_WITHDRAW_DELEGATOR_REWARD = "MsgWithdrawDelegatorReward"
const MSG_WITHDRAW_DELEGATOR_REWARD_CREATED = "MsgWithdrawDelegatorRewardCreated"
const MSG_WITHDRAW_DELEGATOR_REWARD_FAILED = "MsgWithdrawDelegatorRewardFailed"
const MSG_WITHDRAW_VALIDATOR_COMMISSION = "MsgWithdrawValidatorCommission"
const MSG_WITHDRAW_VALIDATOR_COMMISSION_CREATED = "MsgWithdrawValidatorCommissionCreated"
const MSG_WITHDRAW_VALIDATOR_COMMISSION_FAILED = "MsgWithdrawValidatorCommissionFailed"
const POWER_CHANGED = "PowerChanged"
const PROPOSAL_ENDED = "ProposalEnded"
const PROPOSAL_INACTIVED = "ProposalInactived"
const PROPOSAL_VOTING_PERIOD_STARTED = "ProposalVotingPeriodStarted"
const RAW_BLOCK_CREATED = "RawBlockCreated"
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{}/* 102 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 DecodeBlockRewarded ¶
func DecodeBlockRewarded(encoded []byte) (event_entity.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 ¶
func DecodeMsgAlreadyRelayedIBCAcknowledgement(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCRecvPacket ¶
func DecodeMsgAlreadyRelayedIBCRecvPacket(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCTimeout ¶
func DecodeMsgAlreadyRelayedIBCTimeout(encoded []byte) (entity_event.Event, error)
func DecodeMsgAlreadyRelayedIBCTimeoutOnClose ¶
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 DecodeMsgEditValidator ¶
func DecodeMsgEditValidator(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 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 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 DecodeMsgSubmitSoftwareUpgradeProposal ¶
func DecodeMsgSubmitSoftwareUpgradeProposal(encoded []byte) (entity_event.Event, error)
func DecodeMsgSubmitTextProposal ¶
func DecodeMsgSubmitTextProposal(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 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 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 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 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 ¶
type MsgAlreadyRelayedIBCAcknowledgement struct { MsgBase Params ibc_model.MsgAlreadyRelayedAcknowledgementParams `json:"params"` }
func NewMsgAlreadyRelayedIBCAcknowledgement ¶
func NewMsgAlreadyRelayedIBCAcknowledgement( msgCommonParams MsgCommonParams, params ibc_model.MsgAlreadyRelayedAcknowledgementParams, ) *MsgAlreadyRelayedIBCAcknowledgement
func (*MsgAlreadyRelayedIBCAcknowledgement) String ¶
func (event *MsgAlreadyRelayedIBCAcknowledgement) String() string
func (*MsgAlreadyRelayedIBCAcknowledgement) ToJSON ¶
func (event *MsgAlreadyRelayedIBCAcknowledgement) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCRecvPacket ¶
type MsgAlreadyRelayedIBCRecvPacket struct { MsgBase Params ibc_model.MsgAlreadyRelayedRecvPacketParams `json:"params"` }
func NewMsgAlreadyRelayedIBCRecvPacket ¶
func NewMsgAlreadyRelayedIBCRecvPacket( msgCommonParams MsgCommonParams, params ibc_model.MsgAlreadyRelayedRecvPacketParams, ) *MsgAlreadyRelayedIBCRecvPacket
func (*MsgAlreadyRelayedIBCRecvPacket) String ¶
func (event *MsgAlreadyRelayedIBCRecvPacket) String() string
func (*MsgAlreadyRelayedIBCRecvPacket) ToJSON ¶
func (event *MsgAlreadyRelayedIBCRecvPacket) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCTimeout ¶
type MsgAlreadyRelayedIBCTimeout struct { MsgBase Params ibc_model.MsgTimeoutParams `json:"params"` }
func NewMsgAlreadyRelayedIBCTimeout ¶
func NewMsgAlreadyRelayedIBCTimeout( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutParams, ) *MsgAlreadyRelayedIBCTimeout
func (*MsgAlreadyRelayedIBCTimeout) String ¶
func (event *MsgAlreadyRelayedIBCTimeout) String() string
func (*MsgAlreadyRelayedIBCTimeout) ToJSON ¶
func (event *MsgAlreadyRelayedIBCTimeout) ToJSON() (string, error)
ToJSON encodes the event into JSON string payload
type MsgAlreadyRelayedIBCTimeoutOnClose ¶
type MsgAlreadyRelayedIBCTimeoutOnClose struct { MsgBase Params ibc_model.MsgTimeoutOnCloseParams `json:"params"` }
func NewMsgAlreadyRelayedIBCTimeoutOnClose ¶
func NewMsgAlreadyRelayedIBCTimeoutOnClose( msgCommonParams MsgCommonParams, params ibc_model.MsgTimeoutOnCloseParams, ) *MsgAlreadyRelayedIBCTimeoutOnClose
func (*MsgAlreadyRelayedIBCTimeoutOnClose) String ¶
func (event *MsgAlreadyRelayedIBCTimeoutOnClose) String() string
func (*MsgAlreadyRelayedIBCTimeoutOnClose) ToJSON ¶
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 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 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 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 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 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 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 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 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
- 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_edit_validator.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_revoke.go
- msg_revoke_allowance.go
- msg_submit_cancel_software_upgrade_proposal.go
- msg_submit_community_pool_spend_proposal.go
- msg_submit_param_change_proposal.go
- msg_submit_software_upgrade_proposal.go
- msg_submit_text_proposal.go
- msg_vote.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
- rawblockcreated.go
- transaction_created.go
- transaction_failed.go
- validator_jailed.go
- validator_slashed.go