ToolsZetaChain HTTP APIZetaChain - gRPC Gateway docs[ Base URL: zetachain-athens.blockpi.network/lcd/v1/public ] /data/openapi.swagger.yamlDocumentation for the API of ZetaChain. Query GET/cosmos/auth/v1beta1/accountsAccounts returns all the existing accountsGET/cosmos/auth/v1beta1/accounts/{address}Account returns account details based on address.GET/cosmos/auth/v1beta1/address_by_id/{id}AccountAddressByID returns account address based on account number.GET/cosmos/auth/v1beta1/bech32Bech32Prefix queries bech32PrefixGET/cosmos/auth/v1beta1/bech32/{address_bytes}AddressBytesToString converts Account Address bytes to stringGET/cosmos/auth/v1beta1/bech32/{address_string}AddressStringToBytes converts Address string to bytesGET/cosmos/auth/v1beta1/module_accountsModuleAccounts returns all the existing module accounts.GET/cosmos/auth/v1beta1/module_accounts/{name}ModuleAccountByName returns the module account info by module nameGET/cosmos/auth/v1beta1/paramsParams queries all parameters.GET/cosmos/bank/v1beta1/balances/{address}AllBalances queries the balance of all coins for a single account.GET/cosmos/bank/v1beta1/balances/{address}/by_denomBalance queries the balance of a single coin for a single account.GET/cosmos/bank/v1beta1/denom_owners/{denom}DenomOwners queries for all account addresses that own a particular token denomination.GET/cosmos/bank/v1beta1/denoms_metadataDenomsMetadata queries the client metadata for all registered coin denominations.GET/cosmos/bank/v1beta1/denoms_metadata/{denom}DenomsMetadata queries the client metadata of a given coin denomination.GET/cosmos/bank/v1beta1/paramsParams queries the parameters of x/bank module.GET/cosmos/bank/v1beta1/spendable_balances/{address}SpendableBalances queries the spenable balance of all coins for a single account.GET/cosmos/bank/v1beta1/supplyTotalSupply queries the total supply of all coins.GET/cosmos/bank/v1beta1/supply/by_denomSupplyOf queries the supply of a single coin.GET/cosmos/distribution/v1beta1/community_poolCommunityPool queries the community pool coins.GET/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewardsDelegationTotalRewards queries the total rewards accrued by a each validator.GET/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}DelegationRewards queries the total rewards accrued by a delegation.GET/cosmos/distribution/v1beta1/delegators/{delegator_address}/validatorsDelegatorValidators queries the validators of a delegator.GET/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_addressDelegatorWithdrawAddress queries withdraw address of a delegator.GET/cosmos/distribution/v1beta1/paramsParams queries params of the distribution module.GET/cosmos/distribution/v1beta1/validators/{validator_address}/commissionValidatorCommission queries accumulated commission for a validator.GET/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewardsValidatorOutstandingRewards queries rewards of a validator address.GET/cosmos/distribution/v1beta1/validators/{validator_address}/slashesValidatorSlashes queries slash events of a validator.GET/cosmos/evidence/v1beta1/evidenceAllEvidence queries all evidence.GET/cosmos/evidence/v1beta1/evidence/{evidence_hash}Evidence queries evidence based on evidence hash.GET/cosmos/gov/v1beta1/params/{params_type}Params queries all parameters of the gov module.GET/cosmos/gov/v1beta1/proposalsProposals queries all proposals based on given status.GET/cosmos/gov/v1beta1/proposals/{proposal_id}Proposal queries proposal details based on ProposalID.GET/cosmos/gov/v1beta1/proposals/{proposal_id}/depositsDeposits queries all deposits of a single proposal.GET/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}Deposit queries single deposit information based proposalID, depositAddr.GET/cosmos/gov/v1beta1/proposals/{proposal_id}/tallyTallyResult queries the tally of a proposal vote.GET/cosmos/gov/v1beta1/proposals/{proposal_id}/votesVotes queries votes of a given proposal.GET/cosmos/gov/v1beta1/proposals/{proposal_id}/votes/{voter}Vote queries voted information based on proposalID, voterAddr.GET/cosmos/gov/v1/params/{params_type}Params queries all parameters of the gov module.GET/cosmos/gov/v1/proposalsProposals queries all proposals based on given status.GET/cosmos/gov/v1/proposals/{proposal_id}Proposal queries proposal details based on ProposalID.GET/cosmos/gov/v1/proposals/{proposal_id}/depositsDeposits queries all deposits of a single proposal.GET/cosmos/gov/v1/proposals/{proposal_id}/deposits/{depositor}Deposit queries single deposit information based proposalID, depositAddr.GET/cosmos/gov/v1/proposals/{proposal_id}/tallyTallyResult queries the tally of a proposal vote.GET/cosmos/gov/v1/proposals/{proposal_id}/votesVotes queries votes of a given proposal.GET/cosmos/gov/v1/proposals/{proposal_id}/votes/{voter}Vote queries voted information based on proposalID, voterAddr.GET/cosmos/params/v1beta1/paramsParams queries a specific parameter of a module, given its subspace and key.GET/cosmos/params/v1beta1/subspacesSubspaces queries for all registered subspaces and all keys for a subspace.GET/cosmos/slashing/v1beta1/paramsParams queries the parameters of slashing moduleGET/cosmos/slashing/v1beta1/signing_infosSigningInfos queries signing info of all validatorsGET/cosmos/slashing/v1beta1/signing_infos/{cons_address}SigningInfo queries the signing info of given cons addressGET/cosmos/staking/v1beta1/delegations/{delegator_addr}DelegatorDelegations queries all delegations of a given delegator address.GET/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegationsRedelegations queries redelegations of given address.GET/cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegationsDelegatorUnbondingDelegations queries all unbonding delegations of a given delegator address.GET/cosmos/staking/v1beta1/delegators/{delegator_addr}/validatorsDelegatorValidators queries all validators info for given delegator address.GET/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}DelegatorValidator queries validator info for given delegator validator pair.GET/cosmos/staking/v1beta1/historical_info/{height}HistoricalInfo queries the historical info for given height.GET/cosmos/staking/v1beta1/paramsParameters queries the staking parameters.GET/cosmos/staking/v1beta1/poolPool queries the pool info.GET/cosmos/staking/v1beta1/validatorsValidators queries all validators that match the given status.GET/cosmos/staking/v1beta1/validators/{validator_addr}Validator queries validator info for given validator address.GET/cosmos/staking/v1beta1/validators/{validator_addr}/delegationsValidatorDelegations queries delegate info for given validator.GET/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}Delegation queries delegate info for given validator delegator pair.GET/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegationUnbondingDelegation queries unbonding info for given validator delegator pair.GET/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegationsValidatorUnbondingDelegations queries unbonding delegations of a validator.GET/cosmos/upgrade/v1beta1/applied_plan/{name}AppliedPlan queries a previously applied upgrade plan by its name.GET/cosmos/upgrade/v1beta1/authorityReturns the account with authority to conduct upgradesGET/cosmos/upgrade/v1beta1/current_planCurrentPlan queries the current upgrade plan.GET/cosmos/upgrade/v1beta1/module_versionsModuleVersions queries the list of module versions from state.GET/cosmos/upgrade/v1beta1/upgraded_consensus_state/{last_height}UpgradedConsensusState queries the consensus state that will serve as a trusted kernel for the next version of this chain. It will only be stored at the last height of this chain. UpgradedConsensusState RPC not supported with legacy querier This rpc is deprecated now that IBC has its own replacement (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)GET/cosmos/authz/v1beta1/grantsReturns list of `Authorization`, granted to the grantee by the granter.GET/cosmos/authz/v1beta1/grants/grantee/{grantee}GranteeGrants returns a list of `GrantAuthorization` by grantee.GET/cosmos/authz/v1beta1/grants/granter/{granter}GranterGrants returns list of `GrantAuthorization`, granted by granter.GET/cosmos/group/v1/group_info/{group_id}GroupInfo queries group info based on group id.GET/cosmos/group/v1/group_members/{group_id}GroupMembers queries members of a groupGET/cosmos/group/v1/group_policies_by_admin/{admin}GroupsByAdmin queries group policies by admin address.GET/cosmos/group/v1/group_policies_by_group/{group_id}GroupPoliciesByGroup queries group policies by group id.GET/cosmos/group/v1/group_policy_info/{address}GroupPolicyInfo queries group policy info based on account address of group policy.GET/cosmos/group/v1/groups_by_admin/{admin}GroupsByAdmin queries groups by admin address.GET/cosmos/group/v1/groups_by_member/{address}GroupsByMember queries groups by member address.GET/cosmos/group/v1/proposal/{proposal_id}Proposal queries a proposal based on proposal id.GET/cosmos/group/v1/proposals/{proposal_id}/tallyTallyResult returns the tally result of a proposal. If the proposal is still in voting period, then this query computes the current tally state, which might not be final. On the other hand, if the proposal is final, then it simply returns the `final_tally_result` state stored in the proposal itself.GET/cosmos/group/v1/proposals_by_group_policy/{address}ProposalsByGroupPolicy queries proposals based on account address of group policy.GET/cosmos/group/v1/vote_by_proposal_voter/{proposal_id}/{voter}VoteByProposalVoter queries a vote by proposal id and voter.GET/cosmos/group/v1/votes_by_proposal/{proposal_id}VotesByProposal queries a vote by proposal.GET/cosmos/group/v1/votes_by_voter/{voter}VotesByVoter queries a vote by voter.GET/zeta-chain/crosschain/cctxQueries a list of send items.GET/zeta-chain/crosschain/cctx/{chainID}/{nonce}Queries a send by nonce.GET/zeta-chain/crosschain/cctx/{index}Queries a send by index.GET/zeta-chain/crosschain/cctxPendingQueries a list of pending cctxs.GET/zeta-chain/crosschain/convertGasToZetaGET/zeta-chain/crosschain/gasPriceQueries a list of gasPrice items.GET/zeta-chain/crosschain/gasPrice/{index}Queries a gasPrice by index.GET/zeta-chain/crosschain/get_tss_addressGetTssAddress queries the tss address of the module. Deprecated: Moved to observer TODO: remove after v12 once upgrade testing is no longer needed with v11 https://github.com/zeta-chain/node/issues/1547GET/zeta-chain/crosschain/in_tx_hash_to_cctx_data/{inTxHash}Queries a InTxHashToCctx data by index.GET/zeta-chain/crosschain/inTxHashToCctxQueries a list of InTxHashToCctx items.GET/zeta-chain/crosschain/inTxHashToCctx/{inTxHash}Queries a InTxHashToCctx by index.GET/zeta-chain/crosschain/inTxTrackerByChain/{chain_id}GET/zeta-chain/crosschain/inTxTrackersGET/zeta-chain/crosschain/lastBlockHeightQueries a list of lastBlockHeight items.GET/zeta-chain/crosschain/lastBlockHeight/{index}Queries a lastBlockHeight by index.GET/zeta-chain/crosschain/lastZetaHeightQueries a list of lastMetaHeight items.GET/zeta-chain/crosschain/outTxTrackerQueries a list of OutTxTracker items.GET/zeta-chain/crosschain/outTxTracker/{chainID}/{nonce}Queries a OutTxTracker by index.GET/zeta-chain/crosschain/outTxTrackerByChain/{chain}GET/zeta-chain/crosschain/paramsParameters queries the parameters of the module.GET/zeta-chain/crosschain/protocolFeeGET/zeta-chain/crosschain/zetaAccountingGET/zeta-chain/emissions/get_emissions_factorsQueries a list of GetEmmisonsFactors items.GET/zeta-chain/emissions/list_addressesQueries a list of ListBalances items.GET/zeta-chain/emissions/paramsParameters queries the parameters of the module.GET/zeta-chain/emissions/show_available_emissions/{address}Queries a list of ShowAvailableEmissions items.GET/zeta-chain/fungible/code_hash/{address}Code hash query the code hash of a contract.GET/zeta-chain/fungible/foreign_coinsQueries a list of ForeignCoins items.GET/zeta-chain/fungible/foreign_coins/{index}Queries a ForeignCoins by index.GET/zeta-chain/fungible/gas_stability_pool_addressQueries the address of a gas stability pool on a given chain.GET/zeta-chain/fungible/gas_stability_pool_balance/{chain_id}Queries the balance of a gas stability pool on a given chain.GET/zeta-chain/fungible/paramsParameters queries the parameters of the module.GET/zeta-chain/fungible/system_contractQueries SystemContractGET/zeta-chain/observer/TSSQueries a tSS by index.GET/zeta-chain/observer/ballot_by_identifier/{ballot_identifier}Queries a list of VoterByIdentifier items.GET/zeta-chain/observer/blame_by_chain_and_nonce/{chain_id}/{nonce}Queries a list of VoterByIdentifier items.GET/zeta-chain/observer/blame_by_identifier/{blame_identifier}Queries a list of VoterByIdentifier items.GET/zeta-chain/observer/chainNoncesQueries a list of chainNonces items.GET/zeta-chain/observer/chainNonces/{index}Queries a chainNonces by index.GET/zeta-chain/observer/crosschain_flagsGET/zeta-chain/observer/get_all_blame_recordsQueries a list of VoterByIdentifier items.GET/zeta-chain/observer/get_all_block_headersGET/zeta-chain/observer/get_block_header_by_hash/{block_hash}GET/zeta-chain/observer/get_block_header_state_by_chain_id/{chain_id}GET/zeta-chain/observer/get_chain_paramsQueries a list of GetChainParams items.GET/zeta-chain/observer/get_chain_params_for_chain/{chain_id}Queries a list of GetChainParamsForChain items.GET/zeta-chain/observer/get_tss_addressQueries a list of GetTssAddress items.GET/zeta-chain/observer/get_tss_address_historical/{finalized_zeta_height}/{bitcoin_chain_id}GET/zeta-chain/observer/has_voted/{ballot_identifier}/{voter_address}Query if a voter has voted for a ballotGET/zeta-chain/observer/keygenQueries a keygen by index.GET/zeta-chain/observer/nodeAccountQueries a list of nodeAccount items.GET/zeta-chain/observer/nodeAccount/{index}Queries a nodeAccount by index.GET/zeta-chain/observer/observer_setQueries a list of ObserversByChainAndType items.GET/zeta-chain/observer/paramsParameters queries the parameters of the module.GET/zeta-chain/observer/pendingNoncesGET/zeta-chain/observer/pendingNonces/{chain_id}GET/zeta-chain/observer/provemerkle proof verificationGET/zeta-chain/observer/supportedChainsGET/zeta-chain/observer/tssHistoryGET/zeta-chain/zetacore/fungible/gas_stability_pool_balanceQueries all gas stability pool balances.GET/zeta-chain/zetacore/observer/show_observer_countQueries a list of ShowObserverCount items. Service GET/cosmos/base/tendermint/v1beta1/abci_queryABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store.GET/cosmos/base/tendermint/v1beta1/blocks/latestGetLatestBlock returns the latest block.GET/cosmos/base/tendermint/v1beta1/blocks/{height}GetBlockByHeight queries block for given height.GET/cosmos/base/tendermint/v1beta1/node_infoGetNodeInfo queries the current node info.GET/cosmos/base/tendermint/v1beta1/syncingGetSyncing queries node syncing.GET/cosmos/base/tendermint/v1beta1/validatorsets/latestGetLatestValidatorSet queries latest validator-set.GET/cosmos/base/tendermint/v1beta1/validatorsets/{height}GetValidatorSetByHeight queries validator-set at a given height.POST/cosmos/tx/v1beta1/simulateSimulate simulates executing a transaction for estimating gas usage.GET/cosmos/tx/v1beta1/txsGetTxsEvent fetches txs by event.POST/cosmos/tx/v1beta1/txsBroadcastTx broadcast transaction.GET/cosmos/tx/v1beta1/txs/block/{height}GetBlockWithTxs fetches a block with decoded txs.GET/cosmos/tx/v1beta1/txs/{hash}GetTx fetches a tx by hash. Models cosmos.auth.v1beta1.AddressBytesToStringResponse cosmos.auth.v1beta1.AddressStringToBytesResponse cosmos.auth.v1beta1.Bech32PrefixResponse cosmos.auth.v1beta1.Params QueryAccountAddressByIDResponse is the response type for AccountAddressByID rpc method cosmos.auth.v1beta1.QueryAccountResponse cosmos.auth.v1beta1.QueryAccountsResponse cosmos.auth.v1beta1.QueryModuleAccountByNameResponse cosmos.auth.v1beta1.QueryModuleAccountsResponse cosmos.auth.v1beta1.QueryParamsResponse PageRequest is to be embedded in gRPC request messages for efficient pagination. Ex: cosmos.base.query.v1beta1.PageResponse google.protobuf.Any grpc.gateway.runtime.Error cosmos.bank.v1beta1.DenomOwner cosmos.bank.v1beta1.DenomUnit cosmos.bank.v1beta1.Metadata cosmos.bank.v1beta1.Params cosmos.bank.v1beta1.QueryAllBalancesResponse cosmos.bank.v1beta1.QueryBalanceResponse cosmos.bank.v1beta1.QueryDenomMetadataResponse cosmos.bank.v1beta1.QueryDenomOwnersResponse cosmos.bank.v1beta1.QueryDenomsMetadataResponse cosmos.bank.v1beta1.QueryParamsResponse cosmos.bank.v1beta1.QuerySpendableBalancesResponse cosmos.bank.v1beta1.QuerySupplyOfResponse QueryTotalSupplyResponse is the response type for the Query/TotalSupply RPC method cosmos.bank.v1beta1.SendEnabled cosmos.base.v1beta1.Coin cosmos.base.tendermint.v1beta1.ABCIQueryResponse cosmos.base.tendermint.v1beta1.Block cosmos.base.tendermint.v1beta1.GetBlockByHeightResponse cosmos.base.tendermint.v1beta1.GetLatestBlockResponse cosmos.base.tendermint.v1beta1.GetLatestValidatorSetResponse cosmos.base.tendermint.v1beta1.GetNodeInfoResponse cosmos.base.tendermint.v1beta1.GetSyncingResponse cosmos.base.tendermint.v1beta1.GetValidatorSetByHeightResponse cosmos.base.tendermint.v1beta1.Header Module is the type for VersionInfo cosmos.base.tendermint.v1beta1.ProofOp cosmos.base.tendermint.v1beta1.ProofOps cosmos.base.tendermint.v1beta1.Validator cosmos.base.tendermint.v1beta1.VersionInfo PublicKey defines the keys available for use with Tendermint Validators tendermint.p2p.DefaultNodeInfo tendermint.p2p.DefaultNodeInfoOther tendermint.p2p.ProtocolVersion tendermint.types.Block BlockID BlockIdFlag indicates which BlcokID the signature is for tendermint.types.Commit tendermint.types.CommitSig Data contains the set of transactions included in the block tendermint.types.DuplicateVoteEvidence tendermint.types.Evidence tendermint.types.EvidenceList tendermint.types.Header tendermint.types.LightBlock tendermint.types.LightClientAttackEvidence PartsetHeader tendermint.types.SignedHeader tendermint.types.SignedMsgType tendermint.types.Validator tendermint.types.ValidatorSet tendermint.types.Vote tendermint.version.Consensus cosmos.base.v1beta1.DecCoin cosmos.distribution.v1beta1.DelegationDelegatorReward cosmos.distribution.v1beta1.Params cosmos.distribution.v1beta1.QueryCommunityPoolResponse cosmos.distribution.v1beta1.QueryDelegationRewardsResponse cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse cosmos.distribution.v1beta1.QueryParamsResponse QueryValidatorCommissionResponse is the response type for the Query/ValidatorCommission RPC method cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse cosmos.distribution.v1beta1.QueryValidatorSlashesResponse cosmos.distribution.v1beta1.ValidatorAccumulatedCommission cosmos.distribution.v1beta1.ValidatorOutstandingRewards cosmos.distribution.v1beta1.ValidatorSlashEvent cosmos.evidence.v1beta1.QueryAllEvidenceResponse cosmos.evidence.v1beta1.QueryEvidenceResponse cosmos.gov.v1beta1.Deposit cosmos.gov.v1beta1.DepositParams cosmos.gov.v1beta1.Proposal cosmos.gov.v1beta1.ProposalStatus cosmos.gov.v1beta1.QueryDepositResponse cosmos.gov.v1beta1.QueryDepositsResponse cosmos.gov.v1beta1.QueryParamsResponse cosmos.gov.v1beta1.QueryProposalResponse cosmos.gov.v1beta1.QueryProposalsResponse cosmos.gov.v1beta1.QueryTallyResultResponse cosmos.gov.v1beta1.QueryVoteResponse cosmos.gov.v1beta1.QueryVotesResponse cosmos.gov.v1beta1.TallyParams cosmos.gov.v1beta1.TallyResult cosmos.gov.v1beta1.Vote cosmos.gov.v1beta1.VoteOption cosmos.gov.v1beta1.VotingParams cosmos.gov.v1beta1.WeightedVoteOption cosmos.gov.v1.Deposit cosmos.gov.v1.DepositParams cosmos.gov.v1.Proposal cosmos.gov.v1.ProposalStatus cosmos.gov.v1.QueryDepositResponse cosmos.gov.v1.QueryDepositsResponse cosmos.gov.v1.QueryParamsResponse cosmos.gov.v1.QueryProposalResponse cosmos.gov.v1.QueryProposalsResponse cosmos.gov.v1.QueryTallyResultResponse cosmos.gov.v1.QueryVoteResponse cosmos.gov.v1.QueryVotesResponse cosmos.gov.v1.TallyParams cosmos.gov.v1.TallyResult cosmos.gov.v1.Vote cosmos.gov.v1.VoteOption cosmos.gov.v1.VotingParams cosmos.gov.v1.WeightedVoteOption cosmos.mint.v1beta1.Params cosmos.mint.v1beta1.QueryAnnualProvisionsResponse cosmos.mint.v1beta1.QueryInflationResponse cosmos.mint.v1beta1.QueryParamsResponse cosmos.params.v1beta1.ParamChange cosmos.params.v1beta1.QueryParamsResponse cosmos.params.v1beta1.QuerySubspacesResponse cosmos.params.v1beta1.Subspace cosmos.slashing.v1beta1.Params QueryParamsResponse is the response type for the Query/Params RPC method QuerySigningInfoResponse is the response type for the Query/SigningInfo RPC method QuerySigningInfosResponse is the response type for the Query/SigningInfos RPC method cosmos.slashing.v1beta1.ValidatorSigningInfo cosmos.staking.v1beta1.BondStatus cosmos.staking.v1beta1.Commission cosmos.staking.v1beta1.CommissionRates cosmos.staking.v1beta1.Delegation cosmos.staking.v1beta1.DelegationResponse cosmos.staking.v1beta1.Description cosmos.staking.v1beta1.HistoricalInfo cosmos.staking.v1beta1.Params cosmos.staking.v1beta1.Pool cosmos.staking.v1beta1.QueryDelegationResponse cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsResponse cosmos.staking.v1beta1.QueryDelegatorValidatorResponse cosmos.staking.v1beta1.QueryDelegatorValidatorsResponse cosmos.staking.v1beta1.QueryHistoricalInfoResponse cosmos.staking.v1beta1.QueryParamsResponse cosmos.staking.v1beta1.QueryPoolResponse cosmos.staking.v1beta1.QueryRedelegationsResponse cosmos.staking.v1beta1.QueryUnbondingDelegationResponse QueryValidatorDelegationsResponse is response type for the Query/ValidatorDelegations RPC method QueryValidatorResponse is response type for the Query/Validator RPC method cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsResponse QueryValidatorsResponse is response type for the Query/Validators RPC method cosmos.staking.v1beta1.Redelegation cosmos.staking.v1beta1.RedelegationEntry cosmos.staking.v1beta1.RedelegationEntryResponse cosmos.staking.v1beta1.RedelegationResponse cosmos.staking.v1beta1.UnbondingDelegation cosmos.staking.v1beta1.UnbondingDelegationEntry cosmos.staking.v1beta1.Validator cosmos.base.abci.v1beta1.ABCIMessageLog cosmos.base.abci.v1beta1.Attribute cosmos.base.abci.v1beta1.GasInfo cosmos.base.abci.v1beta1.Result cosmos.base.abci.v1beta1.StringEvent cosmos.base.abci.v1beta1.TxResponse cosmos.crypto.multisig.v1beta1.CompactBitArray cosmos.tx.signing.v1beta1.SignMode cosmos.tx.v1beta1.AuthInfo cosmos.tx.v1beta1.BroadcastMode cosmos.tx.v1beta1.BroadcastTxRequest cosmos.tx.v1beta1.BroadcastTxResponse cosmos.tx.v1beta1.Fee cosmos.tx.v1beta1.GetBlockWithTxsResponse cosmos.tx.v1beta1.GetTxResponse cosmos.tx.v1beta1.GetTxsEventResponse cosmos.tx.v1beta1.ModeInfo Multi is the mode info for a multisig public key Single is the mode info for a single signer. It is structured as a message to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the future OrderBy defines the sorting order cosmos.tx.v1beta1.SignerInfo cosmos.tx.v1beta1.SimulateRequest cosmos.tx.v1beta1.SimulateResponse cosmos.tx.v1beta1.Tip cosmos.tx.v1beta1.Tx cosmos.tx.v1beta1.TxBody tendermint.abci.Event tendermint.abci.EventAttribute cosmos.upgrade.v1beta1.ModuleVersion cosmos.upgrade.v1beta1.Plan cosmos.upgrade.v1beta1.QueryAppliedPlanResponse QueryAuthorityResponse is the response type for Query/Authority cosmos.upgrade.v1beta1.QueryCurrentPlanResponse cosmos.upgrade.v1beta1.QueryModuleVersionsResponse cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateResponse cosmos.authz.v1beta1.Grant GrantAuthorization extends a grant with both the addresses of the grantee and granter. It is used in genesis.proto and query.proto cosmos.authz.v1beta1.QueryGranteeGrantsResponse cosmos.authz.v1beta1.QueryGranterGrantsResponse cosmos.authz.v1beta1.QueryGrantsResponse Grant is stored in the KVStore to record a grant with full context cosmos.feegrant.v1beta1.QueryAllowanceResponse cosmos.feegrant.v1beta1.QueryAllowancesByGranterResponse cosmos.feegrant.v1beta1.QueryAllowancesResponse cosmos.nft.v1beta1.Class cosmos.nft.v1beta1.NFT QueryBalanceResponse is the response type for the Query/Balance RPC method QueryClassResponse is the response type for the Query/Class RPC method QueryClassesResponse is the response type for the Query/Classes RPC method QueryNFTResponse is the response type for the Query/NFT RPC method QueryNFTsResponse is the response type for the Query/NFTs RPC methods QueryOwnerResponse is the response type for the Query/Owner RPC method QuerySupplyResponse is the response type for the Query/Supply RPC method cosmos.group.v1.GroupInfo cosmos.group.v1.GroupMember cosmos.group.v1.GroupPolicyInfo cosmos.group.v1.Member cosmos.group.v1.Proposal cosmos.group.v1.ProposalExecutorResult cosmos.group.v1.ProposalStatus cosmos.group.v1.QueryGroupInfoResponse cosmos.group.v1.QueryGroupMembersResponse cosmos.group.v1.QueryGroupPoliciesByAdminResponse cosmos.group.v1.QueryGroupPoliciesByGroupResponse cosmos.group.v1.QueryGroupPolicyInfoResponse cosmos.group.v1.QueryGroupsByAdminResponse cosmos.group.v1.QueryGroupsByMemberResponse cosmos.group.v1.QueryProposalResponse cosmos.group.v1.QueryProposalsByGroupPolicyResponse cosmos.group.v1.QueryTallyResultResponse cosmos.group.v1.QueryVoteByProposalVoterResponse cosmos.group.v1.QueryVotesByProposalResponse cosmos.group.v1.QueryVotesByVoterResponse cosmos.group.v1.TallyResult cosmos.group.v1.Vote cosmos.group.v1.VoteOption QueryAllGasStabilityPoolBalanceResponseBalance bitcoinProof commonBlockHeader commonChain - goerli_testnet: Testnet - goerli_localnet: LocalNet zeta_localnet = 13; - btc_regtest: Athens zeta_athensnet=15; - Gas: Ether, BNB, Matic, Klay, BTC, etc - ERC20: ERC20 token - Cmd: not a real coin, rather a command commonHeaderData commonProof PubKeySet contains two pub keys , secp256k1 and ed25519 - Created: some observer sees inbound tx - PendingInbound: some observer sees inbound tx - PendingOutbound: super majority observer see inbound tx - OutboundMined: the corresponding outbound tx is mined - PendingRevert: outbound cannot succeed; should revert inbound - Reverted: inbound reverted. - Aborted: inbound tx error or invalid paramters and cannot revert; just abort crosschainCrossChainTx crosschainGasPrice crosschainInTxHashToCctx crosschainInTxTracker crosschainInboundTxParams crosschainLastBlockHeight crosschainMsgAddToInTxTrackerResponse crosschainMsgAddToOutTxTrackerResponse crosschainMsgCreateTSSVoterResponse crosschainMsgGasPriceVoterResponse crosschainMsgMigrateTssFundsResponse crosschainMsgRemoveFromOutTxTrackerResponse crosschainMsgUpdateTssAddressResponse crosschainMsgVoteOnObservedInboundTxResponse crosschainMsgVoteOnObservedOutboundTxResponse crosschainMsgWhitelistERC20Response crosschainOutTxTracker crosschainOutboundTxParams crosschainQueryAllCctxResponse crosschainQueryAllGasPriceResponse crosschainQueryAllInTxHashToCctxResponse crosschainQueryAllInTxTrackerByChainResponse crosschainQueryAllInTxTrackersResponse crosschainQueryAllLastBlockHeightResponse crosschainQueryAllOutTxTrackerByChainResponse crosschainQueryAllOutTxTrackerResponse crosschainQueryConvertGasToZetaResponse crosschainQueryGetCctxResponse crosschainQueryGetGasPriceResponse crosschainQueryGetInTxHashToCctxResponse crosschainQueryGetLastBlockHeightResponse crosschainQueryGetOutTxTrackerResponse crosschainQueryInTxHashToCctxDataResponse crosschainQueryLastZetaHeightResponse crosschainQueryListCctxPendingResponse crosschainQueryMessagePassingProtocolFeeResponse crosschainQueryZetaAccountingResponse crosschainTxHashList emissionsQueryGetEmissionsFactorsResponse emissionsQueryListPoolAddressesResponse emissionsQueryShowAvailableEmissionsResponse ethereumProof fungibleForeignCoins fungibleMsgDeployFungibleCoinZRC20Response fungibleMsgDeploySystemContractsResponse fungibleMsgRemoveForeignCoinResponse fungibleMsgUpdateContractBytecodeResponse fungibleMsgUpdateSystemContractResponse fungibleMsgUpdateZRC20LiquidityCapResponse fungibleMsgUpdateZRC20PausedStatusResponse fungibleMsgUpdateZRC20WithdrawFeeResponse fungibleQueryAllForeignCoinsResponse fungibleQueryAllGasStabilityPoolBalanceResponse fungibleQueryCodeHashResponse fungibleQueryGetForeignCoinsResponse fungibleQueryGetGasStabilityPoolAddressResponse fungibleQueryGetGasStabilityPoolBalanceResponse fungibleQueryGetSystemContractResponse fungibleSystemContract fungibleUpdatePausedStatusAction googlerpcStatus observerAdmin_Policy observerBallotStatus observerBlame observerBlockHeaderState observerBlockHeaderVerificationFlags observerChainNonces observerChainParams observerChainParamsList observerCrosschainFlags observerGasPriceIncreaseFlags observerKeygen observerKeygenStatus observerLastObserverCount observerMsgAddBlameVoteResponse observerMsgAddBlockHeaderResponse observerMsgAddObserverResponse observerMsgRemoveChainParamsResponse observerMsgUpdateChainParamsResponse observerMsgUpdateCrosschainFlagsResponse observerMsgUpdateKeygenResponse observerMsgUpdateObserverResponse observerNode observerNodeAccount observerNodeStatus observerObservationType Deprecated: Use ChainParamsList observerObserverUpdateReason store key is tss+chainid observerPolicy_Type observerQueryAllBlameRecordsResponse observerQueryAllBlockHeaderResponse observerQueryAllChainNoncesResponse observerQueryAllNodeAccountResponse observerQueryAllPendingNoncesResponse observerQueryBallotByIdentifierResponse observerQueryBlameByChainAndNonceResponse observerQueryBlameByIdentifierResponse observerQueryGetBlockHeaderByHashResponse observerQueryGetBlockHeaderStateResponse observerQueryGetChainNoncesResponse observerQueryGetChainParamsForChainResponse observerQueryGetChainParamsResponse observerQueryGetCrosschainFlagsResponse observerQueryGetKeygenResponse observerQueryGetNodeAccountResponse observerQueryGetTSSResponse observerQueryGetTssAddressByFinalizedHeightResponse observerQueryHasVotedResponse observerQueryObserverSetResponse observerQueryPendingNoncesByChainResponse observerQueryProveResponse observerQueryShowObserverCountResponse observerQuerySupportedChainsResponse observerQueryTssHistoryResponse observerTSS observerVoteType observerVoterList protobufAny PageRequest is to be embedded in gRPC request messages for efficient pagination. Ex: v1beta1PageResponse zetacorecrosschainParams Deprecated: Moved to observer TODO: remove after v12 once upgrade testing is no longer needed with v11 https://github.com/zeta-chain/node/issues/1547 zetacorecrosschainQueryParamsResponse zetacorecrosschainStatus zetacoreemissionsParams zetacoreemissionsQueryParamsResponse zetacorefungibleParams zetacorefungibleQueryParamsResponse zetacoreobserverParams zetacoreobserverQueryGetTssAddressResponse zetacoreobserverQueryParamsResponse