Versions in this module Expand all Collapse all v1 v1.3.24 Aug 17, 2022 v1.3.23 Aug 17, 2022 v1.3.22 Aug 16, 2022 Changes in this version + type AccountTransferParams struct + Amount coin.Coins + Recipient string + Sender string + type Allowance struct + Type string + type AllowedMsgAllowance struct + Allowance Allowance + AllowedMessages []string + Type string + type BasicAllowance struct + Expiration string + SpendLimit []MsgGrantAllowanceSpendLimit + Type string + type Block struct + AppHash string + Evidences []BlockEvidence + Hash string + Height int64 + ProposerAddress string + Signatures []BlockSignature + Time utctime.UTCTime + Txs []string + func (block *Block) String() string + type BlockEvidence struct + Type string + Value struct{ ... } + type BlockResults struct + BeginBlockEvents []BlockResultsEvent + ConsensusParamUpdates BlockResultsConsensusParamUpdates + EndBlockEvents []BlockResultsEvent + Height int64 + TxsResults []BlockResultsTxsResult + ValidatorUpdates []BlockResultsValidatorUpdate + func (results *BlockResults) String() string + type BlockResultsConsensusParamUpdates struct + Block BlockResultsConsensusParamUpdatesBlock + Evidence BlockResultsConsensusParamUpdatesEvidence + Validator BlockResultsConsensusParamsUpdatesValidator + type BlockResultsConsensusParamUpdatesBlock struct + MaxBytes string + MaxGas string + type BlockResultsConsensusParamUpdatesEvidence struct + MaxAgeDuration string + MaxAgeNumBlocks string + MaxBytes string + type BlockResultsConsensusParamsUpdatesValidator struct + PubKeyTypes []string + type BlockResultsEvent struct + Attributes []BlockResultsEventAttribute + Type string + type BlockResultsEventAttribute struct + Key string + Value string + type BlockResultsTxsResult struct + Code int + Codespace string + Data string + Events []BlockResultsEvent + GasUsed string + GasWanted string + Info string + Log []BlockResultsTxsResultLog + RawLog string + type BlockResultsTxsResultLog struct + Events []BlockResultsEvent + MsgIndex int + type BlockResultsValidatorPubKey struct + Pubkey string + Type string + type BlockResultsValidatorUpdate struct + Address string + MaybePower *big.Int + Pubkey BlockResultsValidatorPubKey + type BlockSignature struct + BlockIdFlag int + Signature string + Timestamp utctime.UTCTime + ValidatorAddress string + type CompleteBondingParams struct + Amount coin.Coins + Delegator string + Validator string + type CreateTransactionParams struct + Code int + Fee coin.Coins + FeeGranter string + FeePayer string + GasUsed int + GasWanted int + Index int + Log string + Memo string + MsgCount int + Signers []TransactionSigner + TimeoutHeight int64 + TxHash string + type CronosSendToIBCHeight struct + RevisionHeight uint64 + RevisionNumber uint64 + type CronosSendToIBCParams struct + ChannelOrdering string + ConnectionID string + DestinationChannel string + DestinationPort string + EthereumTxHash string + PacketDataHex string + PacketSequence uint64 + Receiver string + Sender string + SourceChannel string + SourcePort string + TimeoutHeight CronosSendToIBCHeight + TimeoutTimestamp string + Token CronosSendToIBCToken + TxHash string + type CronosSendToIBCToken struct + Amount *json.NumericString + Denom string + type Duration struct + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + type FungibleTokenPacketData struct + Amount *json.NumericString + Denom string + Receiver string + Sender string + type GenericAuthorization struct + Msg string + type GenericGrant struct + Authorization GenericAuthorization + Expiration string + type GravityEthereumSendToCosmosHandledEventParams struct + Amount coin.Coins + BridgeChainId uint64 + EthereumEventVoteRecordId []byte + EthereumTokenContract string + Module string + Nonce uint64 + Receiver string + Sender string + type MintParams struct + Amount coin.Coins + AnnualProvisions coin.DecCoin + BondedRatio string + Inflation string + type MsgBeginRedelegateParams struct + Amount coin.Coin + AutoClaimedRewards coin.Coin + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + type MsgCreateValidatorParams struct + Amount coin.Coin + Commission ValidatorCommission + DelegatorAddress string + Description ValidatorDescription + MinSelfDelegation string + TendermintPubkey string + ValidatorAddress string + type MsgCreateVestingAccountAmount struct + Amount string + Denom string + type MsgCreateVestingAccountParams struct + type MsgDelegateParams struct + Amount coin.Coin + AutoClaimedRewards coin.Coin + DelegatorAddress string + ValidatorAddress string + type MsgDepositParams struct + Amount coin.Coins + Depositor string + ProposalId string + type MsgEditValidatorParams struct + Description ValidatorDescription + MaybeCommissionRate *string + MaybeMinSelfDelegation *string + ValidatorAddress string + type MsgExecMsg struct + Type string + type MsgExecParams struct + type MsgFundCommunityPoolParams struct + Amount coin.Coins + Depositor string + type MsgGrantAllowanceParams struct + MaybeAllowedMsgAllowance *RawMsgGrantAllowedMsgAllowance + MaybeBasicAllowance *RawMsgGrantBasicAllowance + MaybePeriodicAllowance *RawMsgGrantPeriodicAllowance + type MsgGrantAllowancePeriodCanSpend struct + Amount string + Denom string + type MsgGrantAllowancePeriodSpendLimit struct + Amount string + Denom string + type MsgGrantAllowanceSpendLimit struct + Amount string + Denom string + type MsgGrantMaxTokens struct + Amount string + Denom string + type MsgGrantParams struct + MaybeGenericGrant *RawMsgGenericGrant + MaybeSendGrant *RawMsgSendGrant + MaybeStakeGrant *RawMsgStakeGrant + type MsgGrantSpendLimit struct + Amount string + Denom string + type MsgMultiSendInput struct + Address string + Amount coin.Coins + type MsgMultiSendOutput struct + Address string + Amount coin.Coins + type MsgMultiSendParams struct + Inputs []MsgMultiSendInput + Outputs []MsgMultiSendOutput + type MsgNFTBurnNFTParams struct + DenomId string + Sender string + TokenId string + type MsgNFTEditNFTParams struct + Data string + DenomId string + Sender string + TokenId string + TokenName string + URI string + type MsgNFTIssueDenomParams struct + DenomId string + DenomName string + Schema string + Sender string + type MsgNFTMintNFTParams struct + Data string + DenomId string + Recipient string + Sender string + TokenId string + TokenName string + URI string + type MsgNFTTransferNFTParams struct + DenomId string + Recipient string + Sender string + TokenId string + type MsgRevokeAllowanceParams struct + type MsgRevokeParams struct + type MsgSetWithdrawAddressParams struct + DelegatorAddress string + WithdrawAddress string + type MsgSubmitCancelSoftwareUpgradeProposalContent struct + Description string + Title string + Type string + type MsgSubmitCancelSoftwareUpgradeProposalParams struct + Content MsgSubmitCancelSoftwareUpgradeProposalContent + InitialDeposit coin.Coins + MaybeProposalId *string + ProposerAddress string + type MsgSubmitCommunityPoolSpendProposalContent struct + Amount coin.Coins + Description string + RecipientAddress string + Title string + Type string + type MsgSubmitCommunityPoolSpendProposalParams struct + Content MsgSubmitCommunityPoolSpendProposalContent + InitialDeposit coin.Coins + MaybeProposalId *string + ProposerAddress string + type MsgSubmitParamChangeProposalChange struct + Key string + Subspace string + Value json.RawMessage + type MsgSubmitParamChangeProposalContent struct + Changes []MsgSubmitParamChangeProposalChange + Description string + Title string + Type string + type MsgSubmitParamChangeProposalParams struct + Content MsgSubmitParamChangeProposalContent + InitialDeposit coin.Coins + MaybeProposalId *string + ProposerAddress string + type MsgSubmitProposalContent struct + Type string + type MsgSubmitSoftwareUpgradeProposalContent struct + Description string + Plan MsgSubmitSoftwareUpgradeProposalPlan + Title string + Type string + type MsgSubmitSoftwareUpgradeProposalParams struct + Content MsgSubmitSoftwareUpgradeProposalContent + InitialDeposit coin.Coins + MaybeProposalId *string + ProposerAddress string + type MsgSubmitSoftwareUpgradeProposalPlan struct + Height int64 + Info string + Name string + Time utctime.UTCTime + type MsgSubmitTextProposalContent struct + Description string + Title string + Type string + type MsgSubmitTextProposalParams struct + Content MsgSubmitTextProposalContent + InitialDeposit coin.Coins + MaybeProposalId *string + ProposerAddress string + type MsgUndelegateParams struct + Amount coin.Coin + AutoClaimedRewards coin.Coin + DelegatorAddress string + MaybeUnbondCompleteAt *utctime.UTCTime + ValidatorAddress string + type MsgUnjailParams struct + ValidatorAddr string + type MsgVoteParams struct + Option string + ProposalId string + Voter string + type MsgWithdrawDelegatorRewardParams struct + Amount coin.Coins + DelegatorAddress string + RecipientAddress string + ValidatorAddress string + type MsgWithdrawValidatorCommissionParams struct + Amount coin.Coins + RecipientAddress string + ValidatorAddress string + type PeriodicAllowance struct + Basic BasicAllowance + Period Duration + PeriodCanSpend []MsgGrantAllowancePeriodCanSpend + PeriodReset string + PeriodSpendLimit []MsgGrantAllowancePeriodSpendLimit + Type string + type PowerChangeParams struct + Power string + TendermintPubkey string + type RawBlock struct + Block struct{ ... } + BlockID struct{ ... } + func (rawBlock *RawBlock) String() string + type RawBlockSignature struct + BlockIDFlag int + Signature *string + Timestamp utctime.UTCTime + ValidatorAddress string + type RawCronosSendToIBCParams struct + PacketChannelOrdering string + PacketConnection string + PacketData string + PacketDataHex string + PacketDstChannel string + PacketDstPort string + PacketSequence string + PacketSrcChannel string + PacketSrcPort string + PacketTimeoutHeight string + PacketTimeoutTimestamp string + type RawMsgCreateVestingAccount struct + Amount []MsgCreateVestingAccountAmount + Delayed bool + EndTime int64 + FromAddress string + ToAddress string + Type string + type RawMsgExec struct + Grantee string + Msgs []MsgExecMsg + Type string + type RawMsgGenericGrant struct + Grant GenericGrant + Grantee string + Granter string + Type string + type RawMsgGrantAllowedMsgAllowance struct + Allowance AllowedMsgAllowance + Grantee string + Granter string + Type string + type RawMsgGrantBasicAllowance struct + Allowance BasicAllowance + Grantee string + Granter string + Type string + type RawMsgGrantPeriodicAllowance struct + Allowance PeriodicAllowance + Grantee string + Granter string + Type string + type RawMsgRevoke struct + Grantee string + Granter string + MsgTypeURL string + Type string + type RawMsgRevokeAllowance struct + Grantee string + Granter string + Type string + type RawMsgSendGrant struct + Grant SendGrant + Grantee string + Granter string + Type string + type RawMsgStakeGrant struct + Grant StakeGrant + Grantee string + Granter string + Type string + type RawMsgSubmitCommunityPoolSpendProposalContent struct + Amount []interface{} + Description string + RecipientAddress string + Title string + Type string + type RawMsgSubmitSoftwareUpgradeProposalContent struct + Description string + Plan RawMsgSubmitSoftwareUpgradeProposalPlan + Title string + Type string + type RawMsgSubmitSoftwareUpgradeProposalPlan struct + Height string + Info string + Name string + Time time.Time + type SendAuthorization struct + SpendLimit []MsgGrantSpendLimit + type SendGrant struct + Authorization SendAuthorization + Expiration string + type SlashValidatorParams struct + ConsensusNodeAddress string + Reason string + SlashedPower string + type StakeAuthorization struct + AuthorizationType string + MaxTokens MsgGrantMaxTokens + MaybeAllowList *Validators + MaybeDenyList *Validators + type StakeGrant struct + Authorization StakeAuthorization + Expiration string + type TransactionSigner struct + AccountSequence uint64 + Address string + MaybeKeyInfo *TransactionSignerKeyInfo + type TransactionSignerKeyInfo struct + IsMultiSig bool + MaybeThreshold *int + Pubkeys []string + Type string + type ValidatorCommission struct + MaxChangeRate string + MaxRate string + Rate string + type ValidatorDescription struct + Details string + Identity string + Moniker string + SecurityContact string + Website string + type Validators struct + Address []string