schema { query: RootQuery } """ Direct the client to resolve this field locally, either from the cache or local resolvers. """ directive @client( """ When true, the client will never use the cache for this value. See https://www.apollographql.com/docs/react/essentials/local-state/#forcing-resolvers-with-clientalways-true """ always: Boolean ) on FIELD | FRAGMENT_DEFINITION | INLINE_FRAGMENT """ Export this locally resolved field as a variable to be used in the remainder of this query. See https://www.apollographql.com/docs/react/essentials/local-state/#using-client-fields-as-variables """ directive @export( """The variable name to export this field as.""" as: String! ) on FIELD """ Specify a custom store key for this result. See https://www.apollographql.com/docs/react/advanced/caching/#the-connection-directive """ directive @connection( """Specify the store key.""" key: String! """ An array of query argument names to include in the generated custom store key. """ filter: [String!] ) on FIELD """""" type GetOracleDenomsDenomVotesPayloadResult { """""" Denom: String """""" ExchangeRate: String """""" Voter: String } """""" type GetOracleVotersValidatorAggregateVotePayload { """""" Height: String """""" Result: GetOracleVotersValidatorAggregateVotePayloadResult } """""" type GetOracleParametersPayload { """""" Height: String """""" Result: GetOracleParametersPayloadResult } """""" type GetBlocksHeightPayloadBlockLastCommitPrecommits { """""" BlockID: GetBlocksHeightPayloadBlockLastCommitPrecommitsBlockID """""" Height: String """""" Round: String """""" Signature: String """""" Timestamp: String """""" Type: Float """""" ValidatorAddress: String """""" ValidatorIndex: String } """""" type BlocksTxsLogsEvents { """""" Attributes: [BlocksTxsLogsEventsAttributes] """""" Type: String } """""" type GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayload { """""" Height: String """""" Result: GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResult } """""" type GetOracleParametersPayloadResultWhitelist { """""" Name: String """""" TobinTax: String } """""" type GetOracleVotersValidatorPrevotesPayload { """""" Height: String """""" Result: [GetOracleVotersValidatorPrevotesPayloadResult] } """""" type GetGovParametersDepositPayload { """""" Height: String """""" Result: GetGovParametersDepositPayloadResult } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfo { """""" Authorization: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorization """""" Expiration: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorizationValue { """""" SpendLimit: [GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorizationValueSpendLimit] } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorizationValueSpendLimit { """""" Amount: String """""" Denom: String } """""" type GetTxsHashPayloadTxValueFeeAmount { """""" Amount: String """""" Denom: String } """""" type TxInfosLogsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetGovProposalsPayloadResultTotalDeposit { """""" Amount: String """""" Denom: String } """""" type GetGovParametersDepositPayloadResultMinDeposit { """""" Amount: String """""" Denom: String } """""" type GetStakingRedelegationsPayload { """""" Height: String """""" Result: [GetStakingRedelegationsPayloadResult] } """""" type GetOracleDenomsDenomPrevotesPayload { """""" Height: String """""" Result: [GetOracleDenomsDenomPrevotesPayloadResult] } """""" type GetTreasuryParametersPayload { """""" Height: String """""" Result: GetTreasuryParametersPayloadResult } """""" type GetMarketParametersPayload { """""" Height: String """""" Result: GetMarketParametersPayloadResult } """""" type GetGovParametersVotingPayloadResult { """""" VotingPeriod: String } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayloadResultEntries { """""" Balance: String """""" CompletionTime: String """""" CreationHeight: String """""" InitialBalance: String } """""" type GetDistributionCommunityPoolPayloadResult { """""" Amount: String """""" Denom: String } """""" type TxInfos { """""" Code: Int """""" Events: [TxInfosEvents] """""" GasUsed: Int """""" GasWanted: Int """""" Height: Int """""" Logs: [TxInfosLogs] """""" RawLog: String """""" Success: Boolean """""" Timestamp: String """""" TimestampUTC: Int """""" Tx: TxInfosTx """""" TxHash: String } """""" type GetGovParametersVotingPayload { """""" Height: String """""" Result: GetGovParametersVotingPayloadResult } """""" type GetOracleDenomsDenomPrevotesPayloadResult { """""" Denom: String """""" Hash: String """""" SubmitBlock: String """""" Voter: String } """""" type GetGovProposalsProposalIDDepositsDepositorPayloadResult { """""" Amount: [GetGovProposalsProposalIDDepositsDepositorPayloadResultAmount] """""" Depositor: String """""" ProposalID: String } """""" scalar GetTxsPayloadTxsTxValueSignaturesPubKeyValue """""" type GetGovProposalsProposalIDPayloadResultFinalTallyResult { """""" Abstain: String """""" No: String """""" NoWithVeto: String """""" Yes: String } """""" type GetOracleDenomsExchangeRatesPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetWasmCodesCodeIDPayloadResult { """""" CodeHash: String """""" CodeID: String """""" Creator: String } """""" type GetOracleVotersValidatorFeederPayload { """""" Height: String """""" Result: String } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayload { """""" Height: String """""" Result: GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayloadResult } """""" type GetStakingValidatorsValidatorAddrPayloadResultCommission { """""" MaxChangeRate: String """""" MaxRate: String """""" Rate: String """""" UpdateTime: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorization { """""" Type: String """""" Value: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfoAuthorizationValue } """""" type TxInfosLogsEvents { """""" Attributes: [TxInfosLogsEventsAttributes] """""" Type: String } """""" type GetStakingPoolPayloadResult { """""" BondedTokens: String """""" NotBondedTokens: String } """""" type GetBlocksHeightPayloadBlockID { """""" Hash: String """""" Parts: GetBlocksHeightPayloadBlockIDParts } """""" type GetSlashingValidatorsValidatorPubKeySigningInfoPayload { """""" Height: String """""" Result: GetSlashingValidatorsValidatorPubKeySigningInfoPayloadResult } """""" type GetGovProposalsPayloadResultFinalTallyResult { """""" Abstain: String """""" No: String """""" NoWithVeto: String """""" Yes: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignatures { """""" AccountNumber: String """""" PubKey: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignaturesPubKey """""" Sequence: String """""" Signature: String } """""" type GetValidatorsetsHeightPayloadResultValidators { """""" Address: String """""" ProposerPriority: String """""" PubKey: String """""" VotingPower: String } """""" type GetStakingValidatorsPayloadResultCommission { """""" MaxChangeRate: String """""" MaxRate: String """""" Rate: String """""" UpdateTime: String } """""" type GetTxsHashPayloadTxValueMsg { """""" Type: String """""" Value: GetTxsHashPayloadTxValueMsgValue } """""" type GetOracleVotersValidatorVotesPayloadResult { """""" Denom: String """""" ExchangeRate: String """""" Voter: String } """""" type TxInfosLogs { """""" Events: [TxInfosLogsEvents] """""" MsgIndex: Int } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueVestingSchedulesLazySchedules { """""" EndTime: String """""" Ratio: String """""" StartTime: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxs { """""" Events: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsEvents] """""" GasUsed: String """""" GasWanted: String """""" Height: String """""" Logs: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogs] """""" RawLogs: String """""" Timestamp: String """""" Tx: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTx """""" Txhash: String } """""" type GetValidatorsetsHeightPayloadResult { """""" BlockHeight: String """""" Validators: [GetValidatorsetsHeightPayloadResultValidators] } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfoAuthorization { """""" Type: String """""" Value: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfoAuthorizationValue } """""" type GetSlashingParametersPayload { """""" Height: String """""" Result: GetSlashingParametersPayloadResult } """""" type GetValidatorsetsLatestPayloadResult { """""" BlockHeight: String """""" Validators: [GetValidatorsetsLatestPayloadResultValidators] } """""" scalar GetTxsPayloadTxsTxValueMsgValue """""" type GetDistributionParametersPayload { """""" Height: String """""" Result: GetDistributionParametersPayloadResult } """""" type GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayloadResult { """""" Balance: GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayloadResultBalance """""" DelegatorAddress: String """""" Shares: String """""" ValidatorAddress: String } """""" type GetTxsHashPayloadTxValueSignatures { """""" AccountNumber: String """""" PubKey: GetTxsHashPayloadTxValueSignaturesPubKey """""" Sequence: String """""" Signature: String } """""" type GetTxsHashPayloadLogs { """""" Events: [GetTxsHashPayloadLogsEvents] """""" Log: String """""" MsgIndex: Float """""" Success: Boolean } """""" type GetGovProposalsProposalIDProposerPayloadResult { """""" ProposalID: String """""" Proposer: String } """""" type GetStakingDelegatorsDelegatorAddrDelegationsPayloadResultBalance { """""" Amount: String """""" Denom: String } """""" type GetStakingValidatorsValidatorAddrPayloadResultDescription { """""" Details: String """""" Identity: String """""" Moniker: String """""" Website: String } """""" type GetNodeInfoPayloadNodeInfo { """""" Channels: String """""" ID: String """""" ListenAddr: String """""" Moniker: String """""" Network: String """""" Other: GetNodeInfoPayloadNodeInfoOther """""" ProtocolVersion: GetNodeInfoPayloadNodeInfoProtocolVersion """""" Version: String } """""" type GetStakingDelegatorsDelegatorAddrValidatorsPayloadResultCommission { """""" MaxChangeRate: String """""" MaxRate: String """""" Rate: String """""" UpdateTime: String } """""" type GetValidatorsetsHeightPayload { """""" Height: String """""" Result: GetValidatorsetsHeightPayloadResult } """""" type GetValidatorsetsLatestPayloadResultValidators { """""" Address: String """""" ProposerPriority: String """""" PubKey: String """""" VotingPower: String } """""" type GetSlashingSigningInfosPayload { """""" Height: String """""" Result: [GetSlashingSigningInfosPayloadResult] } """""" type GetBlocksLatestPayloadBlockLastCommitPrecommitsBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayload { """""" Height: String """""" Result: GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayloadResult } """""" type GetTxsHashPayloadTxValueSignaturesPubKey { """""" Type: String """""" Value: GetTxsHashPayloadTxValueSignaturesPubKeyValue } """""" type GetGovParametersTallyingPayloadResult { """""" Quorum: String """""" Threshold: String """""" Veto: String } """""" type GetDistributionValidatorsValidatorAddrPayload { """""" Height: String """""" Result: GetDistributionValidatorsValidatorAddrPayloadResult } """""" scalar GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignaturesPubKeyValue """golang's time.Time""" scalar Time """""" type GetMintingParametersPayloadResult { """""" BlocksPerYear: String """""" GoalBonded: String """""" InflationMax: String """""" InflationMin: String """""" InflationRateChange: String """""" MintDenom: String } """""" type GetMarketSwapPayload { """""" Height: String """""" Result: GetMarketSwapPayloadResult } """""" type GetStakingValidatorsValidatorAddrUnbondingDelegationsPayloadResultEntries { """""" Balance: String """""" CompletionTime: String """""" CreationHeight: String """""" InitialBalance: String } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountBaseAccount { """""" AccountNumber: String """""" Address: String """""" Coins: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountBaseAccountCoins] """""" PublicKey: String """""" Sequence: String } """""" type GetBlocksLatestPayloadBlockLastCommitPrecommits { """""" BlockID: GetBlocksLatestPayloadBlockLastCommitPrecommitsBlockID """""" Height: String """""" Round: String """""" Signature: String """""" Timestamp: String """""" Type: Float """""" ValidatorAddress: String """""" ValidatorIndex: String } """""" type GetStakingValidatorsValidatorAddrDelegationsPayloadResultBalance { """""" Amount: String """""" Denom: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfo { """""" Authorization: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfoAuthorization """""" Expiration: String } """""" type GetBlocksHeightPayloadBlockHeader { """""" AppHash: String """""" ChainID: String """""" ConsensusHash: String """""" DataHash: String """""" EvidenceHash: String """""" Height: String """""" LastBlockID: GetBlocksHeightPayloadBlockHeaderLastBlockID """""" LastCommitHash: String """""" LastResultsHash: String """""" NextValidatorsHash: String """""" NumTxs: String """""" ProposerAddress: String """""" Time: String """""" TotalTxs: String """""" ValidatorsHash: String """""" Version: GetBlocksHeightPayloadBlockHeaderVersion } """""" type TxInfosTx { """""" Fee: TxInfosTxFee """""" Memo: String """""" Msg: [TxInfosTxMsg] """""" Signatures: [TxInfosTxSignatures] } """""" type GetOracleDenomsDenomVotesValidatorPayload { """""" Height: String """""" Result: [GetOracleDenomsDenomVotesValidatorPayloadResult] } """""" type GetBlocksHeightPayloadBlockHeaderLastBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfoAuthorization { """""" Type: String """""" Value: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfoAuthorizationValue } """""" type GetAuthAccountsAddressPayloadResultAccountValueCoins { """""" Amount: String """""" Denom: String } """""" type GetTreasuryTaxProceedsPayload { """""" Height: String """""" Result: [GetTreasuryTaxProceedsPayloadResult] } """""" type BlocksTxsLogsEventsAttributes { """""" Key: String """""" Value: String } """""" type RootQuery { """""" AuthAccountsAddress(Address: String): GetAuthAccountsAddressPayload """""" BankBalancesAddress(Address: String): GetBankBalancesAddressPayload """""" Blocks( """Range for heights; limited to 1 in this compat layer""" Height_range: [Int] ): [Blocks] """""" BlocksHeight(Height: Float): GetBlocksHeightPayload """""" BlocksLatest: GetBlocksLatestPayload """""" DistributionCommunityPool: GetDistributionCommunityPoolPayload """""" DistributionDelegatorsDelegatorAddrRewards(DelegatorAddr: String): GetDistributionDelegatorsDelegatorAddrRewardsPayload """""" DistributionDelegatorsDelegatorAddrRewardsValidatorAddr(DelegatorAddr: String, ValidatorAddr: String): GetDistributionDelegatorsDelegatorAddrRewardsValidatorAddrPayload """""" DistributionDelegatorsDelegatorAddrWithdrawAddress(DelegatorAddr: String): GetDistributionDelegatorsDelegatorAddrWithdrawAddressPayload """""" DistributionParameters: GetDistributionParametersPayload """""" DistributionValidatorsValidatorAddr(ValidatorAddr: String): GetDistributionValidatorsValidatorAddrPayload """""" DistributionValidatorsValidatorAddrOutstandingRewards(ValidatorAddr: String): GetDistributionValidatorsValidatorAddrOutstandingRewardsPayload """""" DistributionValidatorsValidatorAddrRewards(ValidatorAddr: String): GetDistributionValidatorsValidatorAddrRewardsPayload """""" GovParametersDeposit: GetGovParametersDepositPayload """""" GovParametersTallying: GetGovParametersTallyingPayload """""" GovParametersVoting: GetGovParametersVotingPayload """""" GovProposals(Voter: String, Depositor: String, Status: String): GetGovProposalsPayload """""" GovProposalsProposalID(ProposalID: String): GetGovProposalsProposalIDPayload """""" GovProposalsProposalIDDeposits(ProposalID: String): GetGovProposalsProposalIDDepositsPayload """""" GovProposalsProposalIDDepositsDepositor(ProposalID: String, Depositor: String): GetGovProposalsProposalIDDepositsDepositorPayload """""" GovProposalsProposalIDProposer(ProposalID: String): GetGovProposalsProposalIDProposerPayload """""" GovProposalsProposalIDTally(ProposalID: String): GetGovProposalsProposalIDTallyPayload """""" GovProposalsProposalIDVotes(ProposalID: String): GetGovProposalsProposalIDVotesPayload """""" GovProposalsProposalIDVotesVoter(ProposalID: String, Voter: String): GetGovProposalsProposalIDVotesVoterPayload """ Last known height in mantle. Height is updated only after committing all entities, therefore it is guaranteed to be in sync with other indexer results. """ LastSyncedHeight: Int """""" MarketParameters: GetMarketParametersPayload """""" MarketSwap(AskDenom: String, OfferCoin: String): GetMarketSwapPayload """""" MarketTerraPoolDelta: GetMarketTerraPoolDeltaPayload """""" MintingAnnualProvisions: GetMintingAnnualProvisionsPayload """""" MintingInflation: GetMintingInflationPayload """""" MintingParameters: GetMintingParametersPayload """""" MsgauthGrantersGranterAddressGranteesGranteeAddressGrants(GranteeAddress: String, GranterAddress: String): [GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayload] """""" MsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgType(GranteeAddress: String, GranterAddress: String, MsgType: String): GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayload """""" NodeInfo: GetNodeInfoPayload """""" OracleDenomsActives: GetOracleDenomsActivesPayload """""" OracleDenomsDenomExchangeRate(Denom: String): GetOracleDenomsDenomExchangeRatePayload """""" OracleDenomsDenomPrevotes(Denom: String): GetOracleDenomsDenomPrevotesPayload """""" OracleDenomsDenomPrevotesValidator(Denom: String, Validator: String): GetOracleDenomsDenomPrevotesValidatorPayload """""" OracleDenomsDenomVotes(Denom: String): GetOracleDenomsDenomVotesPayload """""" OracleDenomsDenomVotesValidator(Denom: String, Validator: String): GetOracleDenomsDenomVotesValidatorPayload """""" OracleDenomsExchangeRates: GetOracleDenomsExchangeRatesPayload """""" OracleParameters: GetOracleParametersPayload """""" OracleVotersValidatorAggregatePrevote(Validator: String): GetOracleVotersValidatorAggregatePrevotePayload """""" OracleVotersValidatorAggregateVote(Validator: String): GetOracleVotersValidatorAggregateVotePayload """""" OracleVotersValidatorFeeder(Validator: String): GetOracleVotersValidatorFeederPayload """""" OracleVotersValidatorMiss(Validator: String): GetOracleVotersValidatorMissPayload """""" OracleVotersValidatorPrevotes(Validator: String): GetOracleVotersValidatorPrevotesPayload """""" OracleVotersValidatorVotes(Validator: String): GetOracleVotersValidatorVotesPayload """""" SlashingParameters: GetSlashingParametersPayload """""" SlashingSigningInfos(Limit: Int, Page: Int): GetSlashingSigningInfosPayload """""" SlashingValidatorsValidatorPubKeySigningInfo(ValidatorPubKey: String): GetSlashingValidatorsValidatorPubKeySigningInfoPayload """""" StakingDelegatorsDelegatorAddrDelegations(DelegatorAddr: String): GetStakingDelegatorsDelegatorAddrDelegationsPayload """""" StakingDelegatorsDelegatorAddrDelegationsValidatorAddr(ValidatorAddr: String, DelegatorAddr: String): GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayload """""" StakingDelegatorsDelegatorAddrTxs(DelegatorAddr: String): [GetStakingDelegatorsDelegatorAddrTxsPayload] """""" StakingDelegatorsDelegatorAddrUnbondingDelegations(DelegatorAddr: String): GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayload """""" StakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddr(DelegatorAddr: String, ValidatorAddr: String): GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayload """""" StakingDelegatorsDelegatorAddrValidators(DelegatorAddr: String): GetStakingDelegatorsDelegatorAddrValidatorsPayload """""" StakingDelegatorsDelegatorAddrValidatorsValidatorAddr(ValidatorAddr: String, DelegatorAddr: String): GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayload """""" StakingParameters: GetStakingParametersPayload """""" StakingPool: GetStakingPoolPayload """""" StakingRedelegations(Delegator: String, ValidatorFrom: String, ValidatorTo: String): GetStakingRedelegationsPayload """""" StakingValidators(Limit: Int, Page: Int, Status: String): GetStakingValidatorsPayload """""" StakingValidatorsValidatorAddr(ValidatorAddr: String): GetStakingValidatorsValidatorAddrPayload """""" StakingValidatorsValidatorAddrDelegations(ValidatorAddr: String): GetStakingValidatorsValidatorAddrDelegationsPayload """""" StakingValidatorsValidatorAddrUnbondingDelegations(ValidatorAddr: String): GetStakingValidatorsValidatorAddrUnbondingDelegationsPayload """""" SupplyTotal: GetSupplyTotalPayload """""" SupplyTotalDenomination(Denomination: String): GetSupplyTotalDenominationPayload """""" Syncing: GetSyncingPayload """""" TreasuryIndicators: GetTreasuryIndicatorsPayload """""" TreasuryParameters: GetTreasuryParametersPayload """""" TreasuryRewardWeight: GetTreasuryRewardWeightPayload """""" TreasurySeigniorageProceeds: GetTreasurySeigniorageProceedsPayload """""" TreasuryTaxCapDenom(Denom: String): GetTreasuryTaxCapDenomPayload """""" TreasuryTaxProceeds: GetTreasuryTaxProceedsPayload """""" TreasuryTaxRate: GetTreasuryTaxRatePayload """""" TxInfos( """Tx Hash""" TxHash: String ): [TxInfos] """""" Txs(Limit: Int, MessageAction: String, MessageSender: String, Page: Int, TxHeight: Int): GetTxsPayload """""" TxsHash(Hash: String): GetTxsHashPayload """""" ValidatorsetsHeight(Height: Float): GetValidatorsetsHeightPayload """""" ValidatorsetsLatest: GetValidatorsetsLatestPayload """""" WasmCodesCodeID(CodeID: Float): GetWasmCodesCodeIDPayload """""" WasmContractsContractAddress(ContractAddress: String): GetWasmContractsContractAddressPayload """""" WasmContractsContractAddressStore(ContractAddress: String, QueryMsg: String): GetWasmContractsContractAddressStorePayload """""" WasmContractsContractAddressStoreRaw(Key: String, Subkey: String, ContractAddress: String): GetWasmContractsContractAddressStoreRawPayload """""" WasmParameters: GetWasmParametersPayload } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorization { """""" Type: String """""" Value: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorizationValue } """""" type GetStakingDelegatorsDelegatorAddrValidatorsPayloadResultDescription { """""" Details: String """""" Identity: String """""" Moniker: String """""" Website: String } """""" type GetGovParametersDepositPayloadResult { """""" MaxDepositPeriod: String """""" MinDeposit: [GetGovParametersDepositPayloadResultMinDeposit] } """""" type GetGovProposalsProposalIDDepositsPayloadResult { """""" Amount: [GetGovProposalsProposalIDDepositsPayloadResultAmount] """""" Depositor: String """""" ProposalID: String } """""" scalar GetTxsHashPayloadTxValueSignaturesPubKeyValue """""" type GetTreasuryParametersPayloadResultTaxPolicyCap { """""" Amount: String """""" Denom: String } """""" type GetDistributionDelegatorsDelegatorAddrRewardsValidatorAddrPayload { """""" Height: String """""" Result: [GetDistributionDelegatorsDelegatorAddrRewardsValidatorAddrPayloadResult] } """""" type GetDistributionDelegatorsDelegatorAddrRewardsValidatorAddrPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetStakingDelegatorsDelegatorAddrDelegationsPayload { """""" Height: String """""" Result: [GetStakingDelegatorsDelegatorAddrDelegationsPayloadResult] } """""" type GetTreasuryIndicatorsPayloadResult { """""" TrlMonth: String """""" TrlYear: String } """""" type GetStakingDelegatorsDelegatorAddrDelegationsValidatorAddrPayloadResultBalance { """""" Amount: String """""" Denom: String } """""" type GetNodeInfoPayload { """""" ApplicationVersion: GetNodeInfoPayloadApplicationVersion """""" NodeInfo: GetNodeInfoPayloadNodeInfo } """""" type GetNodeInfoPayloadNodeInfoOther { """""" RPCAddress: String """""" TxIndex: String } """""" type GetStakingValidatorsPayload { """""" Height: String """""" Result: [GetStakingValidatorsPayloadResult] } """""" type GetBlocksHeightPayloadBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetTxsHashPayloadTxValue { """""" Fee: GetTxsHashPayloadTxValueFee """""" Memo: String """""" Msg: [GetTxsHashPayloadTxValueMsg] """""" Signatures: [GetTxsHashPayloadTxValueSignatures] } """""" type GetDistributionValidatorsValidatorAddrRewardsPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetBlocksLatestPayloadBlockHeaderLastBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetStakingParametersPayload { """""" Height: String """""" Result: GetStakingParametersPayloadResult } """""" type GetStakingParametersPayloadResult { """""" BondDenom: String """""" MaxEntries: Int """""" MaxValidators: Int """""" UnbondingTime: String } """""" type BlocksTxsLogs { """""" Events: [BlocksTxsLogsEvents] """""" MsgIndex: Int } """""" type GetSlashingValidatorsValidatorPubKeySigningInfoPayloadResult { """""" Address: String """""" IndexOffset: String """""" JailedUntil: String """""" MissedBlocksCounter: String """""" StartHeight: String """""" Tombstoned: Boolean } """""" type GetTxsHashPayloadEventsAttributes { """""" Key: String """""" Value: String } """""" type GetDistributionValidatorsValidatorAddrOutstandingRewardsPayload { """""" Height: String """""" Result: [GetDistributionValidatorsValidatorAddrOutstandingRewardsPayloadResult] } """""" type GetDistributionValidatorsValidatorAddrPayloadResultValCommission { """""" Amount: String """""" Denom: String } """""" type GetStakingValidatorsValidatorAddrUnbondingDelegationsPayload { """""" Height: String """""" Result: [GetStakingValidatorsValidatorAddrUnbondingDelegationsPayloadResult] } """""" type GetGovProposalsProposalIDDepositsPayload { """""" Height: String """""" Result: [GetGovProposalsProposalIDDepositsPayloadResult] } """""" type GetGovProposalsProposalIDVotesVoterPayload { """""" Option: String """""" ProposalID: String """""" Voter: String } """""" type GetOracleDenomsDenomExchangeRatePayload { """""" Height: String """""" Result: String } """""" type GetTreasuryParametersPayloadResultRewardPolicyCap { """""" Amount: String """""" Denom: String } """""" type GetSupplyTotalPayload { """""" Height: String """""" Result: [GetSupplyTotalPayloadResult] } """""" type GetBankBalancesAddressPayload { """""" Height: String """""" Result: [GetBankBalancesAddressPayloadResult] } """""" type GetTreasurySeigniorageProceedsPayload { """""" Height: String """""" Result: String } """""" type GetGovProposalsProposalIDPayloadResultTotalDeposit { """""" Amount: String """""" Denom: String } """""" type GetAuthAccountsAddressPayloadResultAccountValue { """""" AccountNumber: String """""" Address: String """""" Coins: [GetAuthAccountsAddressPayloadResultAccountValueCoins] """""" PublicKey: String """""" Sequence: String } """""" type TxInfosTxMsg { """""" Type: String """""" Value: String } """""" type GetOracleVotersValidatorAggregatePrevotePayload { """""" Height: String """""" Result: GetOracleVotersValidatorAggregatePrevotePayloadResult } """""" type GetStakingDelegatorsDelegatorAddrValidatorsPayload { """""" Height: String """""" Result: [GetStakingDelegatorsDelegatorAddrValidatorsPayloadResult] } """""" type GetStakingDelegatorsDelegatorAddrTxsPayload { """""" Count: String """""" Limit: String """""" PageNumber: String """""" PageTotal: String """""" TotalCount: String """""" Txs: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxs] } """""" type GetWasmContractsContractAddressPayload { """""" Height: String """""" Result: String } """""" type GetMarketParametersPayloadResult { """""" DailyLunaDeltaLimit: Float """""" MaxSwapSpread: Float """""" MinSwapSpread: Float } """""" type GetStakingValidatorsValidatorAddrPayload { """""" Height: String """""" Result: GetStakingValidatorsValidatorAddrPayloadResult } """""" type GetBlocksLatestPayloadBlock { """""" Data: GetBlocksLatestPayloadBlockData """""" Evidence: GetBlocksLatestPayloadBlockEvidence """""" Header: GetBlocksLatestPayloadBlockHeader """""" LastCommit: GetBlocksLatestPayloadBlockLastCommit } """""" type GetStakingValidatorsValidatorAddrDelegationsPayload { """""" Height: String """""" Result: [GetStakingValidatorsValidatorAddrDelegationsPayloadResult] } """""" type GetOracleDenomsExchangeRatesPayload { """""" Height: String """""" Result: [GetOracleDenomsExchangeRatesPayloadResult] } """""" type GetTreasuryIndicatorsPayload { """""" Height: String """""" Result: GetTreasuryIndicatorsPayloadResult } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayloadResultEntries { """""" Balance: String """""" CompletionTime: String """""" CreationHeight: String """""" InitialBalance: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfoAuthorizationValue { """""" MsgType: String } """""" type GetDistributionDelegatorsDelegatorAddrRewardsPayloadResult { """""" Rewards: [GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultRewards] """""" Total: [GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultTotal] } """""" type GetBlocksHeightPayload { """""" Block: GetBlocksHeightPayloadBlock """""" BlockID: GetBlocksHeightPayloadBlockID } """""" type GetGovProposalsProposalIDVotesPayload { """""" Height: String """""" Result: [GetGovProposalsProposalIDVotesPayloadResult] } """""" type GetTxsPayloadTxsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValue { """""" BaseVestingAccount: GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccount """""" VestingSchedules: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueVestingSchedules] } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueFeeAmount { """""" Amount: String """""" Denom: String } """""" type BlocksTxsTx { """""" Fee: BlocksTxsTxFee """""" Memo: String """""" Msg: [BlocksTxsTxMsg] """""" Signatures: [BlocksTxsTxSignatures] } """""" type GetMintingInflationPayload { """""" Height: String """""" Result: String } """""" type GetMarketTerraPoolDeltaPayload { """""" Height: String """""" Result: String } """""" type GetGovProposalsProposalIDDepositsPayloadResultAmount { """""" Amount: String """""" Denom: String } """""" type GetWasmContractsContractAddressStorePayload { """""" Height: String """""" Result: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValue { """""" Fee: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueFee """""" Memo: String """""" Msg: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueMsg] """""" Signatures: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignatures] } """""" type GetGovProposalsProposalIDVotesPayloadResult { """""" Option: String """""" ProposalID: String """""" Voter: String } """""" type GetSupplyTotalDenominationPayload { """""" Height: String """""" Result: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfo { """""" Authorization: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorization """""" Expiration: String } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccount { """""" Type: String """""" Value: GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValue } """""" type GetStakingDelegatorsDelegatorAddrValidatorsPayloadResult { """""" BondHeight: String """""" BondIntraTxCounter: Int """""" Commission: GetStakingDelegatorsDelegatorAddrValidatorsPayloadResultCommission """""" DelegatorShares: String """""" Description: GetStakingDelegatorsDelegatorAddrValidatorsPayloadResultDescription """""" Jailed: Boolean """""" OperatorAddress: String """""" Status: Int """""" Tokens: String """""" UnbondingHeight: String """""" UnbondingTime: String } """""" type BlocksTxs { """""" Code: Int """""" Events: [BlocksTxsEvents] """""" GasUsed: Int """""" GasWanted: Int """""" Height: Int """""" Logs: [BlocksTxsLogs] """""" RawLog: String """""" Success: Boolean """""" Timestamp: String """""" TimestampUTC: Int """""" Tx: BlocksTxsTx """""" TxHash: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorizationValueSpendLimit { """""" Amount: String """""" Denom: String } """""" type GetBlocksLatestPayloadBlockLastCommitBlockID { """""" Hash: String """""" Parts: GetBlocksLatestPayloadBlockLastCommitBlockIDParts } """""" type GetOracleDenomsDenomVotesValidatorPayloadResult { """""" Denom: String """""" ExchangeRate: String """""" Voter: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayload { """""" GenericGrantInfo: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadGenericGrantInfo """""" SendGrantInfo: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsPayloadSendGrantInfo } """""" type GetGovProposalsProposalIDTallyPayload { """""" Height: String """""" Result: GetGovProposalsProposalIDTallyPayloadResult } """""" type GetTxsPayloadTxsLogsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetTreasuryRewardWeightPayload { """""" Height: String """""" Result: String } """""" type GetTreasuryParametersPayloadResultRewardPolicy { """""" Cap: GetTreasuryParametersPayloadResultRewardPolicyCap """""" ChangeMax: String """""" RateMax: String """""" RateMin: String } """""" type TxInfosEvents { """""" Attributes: [TxInfosEventsAttributes] """""" Type: String } """""" type TxInfosEventsAttributes { """""" Key: String """""" Value: String } """""" type GetTxsPayloadTxsTxValueFeeAmount { """""" Amount: String """""" Denom: String } """""" type GetBlocksHeightPayloadBlockLastCommitBlockID { """""" Hash: String """""" Parts: GetBlocksHeightPayloadBlockLastCommitBlockIDParts } """""" type BlocksTxsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayload { """""" GenericGrantInfo: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfo """""" SendGrantInfo: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfo } """""" type GetTxsPayloadTxsLogs { """""" Events: [GetTxsPayloadTxsLogsEvents] """""" Log: String """""" MsgIndex: Float """""" Success: Boolean } """""" type GetTxsPayloadTxsTxValueFee { """""" Amount: [GetTxsPayloadTxsTxValueFeeAmount] """""" Gas: String } """""" type GetAuthAccountsAddressPayloadResultAccount { """""" Type: String """""" Value: GetAuthAccountsAddressPayloadResultAccountValue } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccount { """""" BaseAccount: GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountBaseAccount """""" DelegatedFree: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountDelegatedFree] """""" DelegatedVesting: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountDelegatedVesting] """""" EndTime: String """""" OriginalVesting: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountOriginalVesting] } """""" type GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultTotal { """""" Amount: String """""" Denom: String } """""" type BlocksTxsEvents { """""" Attributes: [BlocksTxsEventsAttributes] """""" Type: String } """""" type TxInfosTxFee { """""" Amount: [TxInfosTxFeeAmount] """""" Gas: Int } """""" type TxInfosTxSignaturesPubKey { """""" Type: String """""" Value: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorizationValue { """""" SpendLimit: [GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadSendGrantInfoAuthorizationValueSpendLimit] } """""" type GetGovProposalsPayloadResult { """""" Description: String """""" FinalTallyResult: GetGovProposalsPayloadResultFinalTallyResult """""" ProposalID: Int """""" ProposalStatus: String """""" ProposalType: String """""" SubmitTime: String """""" Title: String """""" TotalDeposit: [GetGovProposalsPayloadResultTotalDeposit] """""" VotingStartTime: String } """""" type GetBlocksHeightPayloadBlockHeaderVersion { """""" App: String """""" Block: String } """""" type GetSupplyTotalPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetGovProposalsProposalIDPayloadResult { """""" Description: String """""" FinalTallyResult: GetGovProposalsProposalIDPayloadResultFinalTallyResult """""" ProposalID: Int """""" ProposalStatus: String """""" ProposalType: String """""" SubmitTime: String """""" Title: String """""" TotalDeposit: [GetGovProposalsProposalIDPayloadResultTotalDeposit] """""" VotingStartTime: String } """""" type GetBlocksLatestPayload { """""" Block: GetBlocksLatestPayloadBlock """""" BlockID: GetBlocksLatestPayloadBlockID } """""" type GetBlocksLatestPayloadBlockIDParts { """""" Hash: String """""" Total: String } """""" type TxInfosTxSignatures { """""" PubKey: TxInfosTxSignaturesPubKey """""" Signature: String } """""" type GetStakingDelegatorsDelegatorAddrDelegationsPayloadResult { """""" Balance: GetStakingDelegatorsDelegatorAddrDelegationsPayloadResultBalance """""" DelegatorAddress: String """""" Shares: String """""" ValidatorAddress: String } """""" type GetTreasuryTaxProceedsPayloadResult { """""" Amount: String """""" Denom: String } """""" type Blocks { """""" Header: BlocksHeader """""" Height: Int """""" Txs: [BlocksTxs] } """""" type BlocksTxsTxSignaturesPubKey { """""" Type: String """""" Value: String } """""" type GetAuthAccountsAddressPayloadResult { """""" Account: GetAuthAccountsAddressPayloadResultAccount """""" LazyGradedVestingAccount: GetAuthAccountsAddressPayloadResultLazyGradedVestingAccount } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountBaseAccountCoins { """""" Amount: String """""" Denom: String } """""" type GetNodeInfoPayloadNodeInfoProtocolVersion { """""" App: String """""" Block: String """""" P2p: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueMsg { """""" Type: String """""" Value: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueMsgValue } """""" type GetBlocksHeightPayloadBlockLastCommitPrecommitsBlockID { """""" Hash: String """""" Parts: GetBlocksHeightPayloadBlockLastCommitPrecommitsBlockIDParts } """""" type GetWasmParametersPayload { """""" Height: String """""" Result: GetWasmParametersPayloadResult } """""" type GetDistributionCommunityPoolPayload { """""" Height: String """""" Result: [GetDistributionCommunityPoolPayloadResult] } """""" type GetTxsPayloadTxsEvents { """""" Attributes: [GetTxsPayloadTxsEventsAttributes] """""" Type: String } """""" type GetBlocksLatestPayloadBlockLastCommit { """""" BlockID: GetBlocksLatestPayloadBlockLastCommitBlockID """""" Precommits: [GetBlocksLatestPayloadBlockLastCommitPrecommits] } """""" type GetBlocksHeightPayloadBlockLastCommit { """""" BlockID: GetBlocksHeightPayloadBlockLastCommitBlockID """""" Precommits: [GetBlocksHeightPayloadBlockLastCommitPrecommits] } """""" type GetMintingParametersPayload { """""" Height: String """""" Result: GetMintingParametersPayloadResult } """""" type GetOracleDenomsDenomVotesPayload { """""" Height: String """""" Result: [GetOracleDenomsDenomVotesPayloadResult] } """""" type GetGovProposalsProposalIDProposerPayload { """""" Height: String """""" Result: GetGovProposalsProposalIDProposerPayloadResult } """""" type GetBlocksLatestPayloadBlockData { """""" Txs: [String] } """""" type GetOracleDenomsActivesPayload { """""" Height: String """""" Result: [String] } """""" type GetOracleVotersValidatorPrevotesPayloadResult { """""" Denom: String """""" Hash: String """""" SubmitBlock: String """""" Voter: String } """""" type GetBlocksHeightPayloadBlockData { """""" Txs: [String] } """""" type GetBlocksHeightPayloadBlockLastCommitBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayloadResult { """""" DelegatorAddress: String """""" Entries: [GetStakingDelegatorsDelegatorAddrUnbondingDelegationsValidatorAddrPayloadResultEntries] """""" ValidatorAddress: String } """""" type GetTxsHashPayloadLogsEvents { """""" Attributes: [GetTxsHashPayloadLogsEventsAttributes] """""" Type: String } """""" type GetDistributionDelegatorsDelegatorAddrWithdrawAddressPayload { """""" Height: String """""" Result: String } """""" type GetGovProposalsPayload { """""" Height: String """""" Result: [GetGovProposalsPayloadResult] } """""" type GetStakingValidatorsPayloadResult { """""" BondHeight: String """""" BondIntraTxCounter: Int """""" Commission: GetStakingValidatorsPayloadResultCommission """""" DelegatorShares: String """""" Description: GetStakingValidatorsPayloadResultDescription """""" Jailed: Boolean """""" OperatorAddress: String """""" Status: Int """""" Tokens: String """""" UnbondingHeight: String """""" UnbondingTime: String } """""" scalar GetBlocksHeightPayloadBlockEvidence """""" type GetTreasuryTaxRatePayload { """""" Height: String """""" Result: String } """""" type GetWasmCodesCodeIDPayload { """""" Height: String """""" Result: GetWasmCodesCodeIDPayloadResult } """""" type GetDistributionValidatorsValidatorAddrOutstandingRewardsPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountOriginalVesting { """""" Amount: String """""" Denom: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTx { """""" Type: String """""" Value: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValue } """""" type BlocksTxsTxMsg { """""" Type: String """""" Value: String } """""" type GetTxsHashPayload { """""" Events: [GetTxsHashPayloadEvents] """""" GasUsed: String """""" GasWanted: String """""" Height: String """""" Logs: [GetTxsHashPayloadLogs] """""" RawLogs: String """""" Timestamp: String """""" Tx: GetTxsHashPayloadTx """""" Txhash: String } """""" type GetSyncingPayload { """""" Syncing: Boolean } """""" type GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResult { """""" BondHeight: String """""" BondIntraTxCounter: Int """""" Commission: GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResultCommission """""" DelegatorShares: String """""" Description: GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResultDescription """""" Jailed: Boolean """""" OperatorAddress: String """""" Status: Int """""" Tokens: String """""" UnbondingHeight: String """""" UnbondingTime: String } """""" type GetTxsPayloadTxsTx { """""" Type: String """""" Value: GetTxsPayloadTxsTxValue } """""" type GetBlocksLatestPayloadBlockLastCommitBlockIDParts { """""" Hash: String """""" Total: String } """""" type GetTxsPayloadTxsTxValue { """""" Fee: GetTxsPayloadTxsTxValueFee """""" Memo: String """""" Msg: [GetTxsPayloadTxsTxValueMsg] """""" Signatures: [GetTxsPayloadTxsTxValueSignatures] } """""" type GetSlashingParametersPayloadResult { """""" DowntimeJailDuration: String """""" MaxEvidenceAge: String """""" MinSignedPerWindow: String """""" SignedBlocksWindow: String """""" SlashFractionDoubleSign: String """""" SlashFractionDowntime: String } """""" type GetValidatorsetsLatestPayload { """""" Height: String """""" Result: GetValidatorsetsLatestPayloadResult } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueFee { """""" Amount: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueFeeAmount] """""" Gas: String } """""" type GetMintingAnnualProvisionsPayload { """""" Height: String """""" Result: String } """""" type GetGovProposalsProposalIDPayload { """""" Height: String """""" Result: GetGovProposalsProposalIDPayloadResult } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountDelegatedVesting { """""" Amount: String """""" Denom: String } """""" type GetBlocksLatestPayloadBlockHeaderLastBlockID { """""" Hash: String """""" Parts: GetBlocksLatestPayloadBlockHeaderLastBlockIDParts } """""" type GetBlocksLatestPayloadBlockLastCommitPrecommitsBlockID { """""" Hash: String """""" Parts: GetBlocksLatestPayloadBlockLastCommitPrecommitsBlockIDParts } """""" type GetDistributionValidatorsValidatorAddrPayloadResult { """""" OperatorAddress: String """""" SelfBondRewards: [GetDistributionValidatorsValidatorAddrPayloadResultSelfBondRewards] """""" ValCommission: [GetDistributionValidatorsValidatorAddrPayloadResultValCommission] } """""" type GetOracleVotersValidatorMissPayload { """""" Height: String """""" Result: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetTreasuryParametersPayloadResult { """""" BudgetShare: Float """""" MiningIncrement: String """""" OracleShare: Float """""" RewardPolicy: GetTreasuryParametersPayloadResultRewardPolicy """""" SeigniorageBurdenTarget: String """""" TaxPolicy: GetTreasuryParametersPayloadResultTaxPolicy """""" WindowLong: String """""" WindowProbation: String """""" WindowShort: String } """""" type GetOracleVotersValidatorVotesPayload { """""" Height: String """""" Result: [GetOracleVotersValidatorVotesPayloadResult] } """""" type GetStakingPoolPayload { """""" Height: String """""" Result: GetStakingPoolPayloadResult } """""" scalar GetTxsHashPayloadTxValueMsgValue """""" type GetTxsHashPayloadLogsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetDistributionValidatorsValidatorAddrRewardsPayload { """""" Height: String """""" Result: [GetDistributionValidatorsValidatorAddrRewardsPayloadResult] } """""" type GetTxsPayloadTxsTxValueSignaturesPubKey { """""" Type: String """""" Value: GetTxsPayloadTxsTxValueSignaturesPubKeyValue } """""" type GetDistributionParametersPayloadResult { """""" BaseProposerReward: String """""" BonusProposerReward: String """""" CommunityTax: String } """""" type GetWasmParametersPayloadResult { """""" GasMultiplier: String """""" MaxContractGas: String """""" MaxContractMsgSize: String """""" MaxContractSize: String } """""" type GetTreasuryParametersPayloadResultTaxPolicy { """""" Cap: GetTreasuryParametersPayloadResultTaxPolicyCap """""" ChangeMax: String """""" RateMax: String """""" RateMin: String } """""" type GetTxsPayloadTxsLogsEvents { """""" Attributes: [GetTxsPayloadTxsLogsEventsAttributes] """""" Type: String } """""" type GetStakingValidatorsValidatorAddrUnbondingDelegationsPayloadResult { """""" DelegatorAddress: String """""" Entries: [GetStakingValidatorsValidatorAddrUnbondingDelegationsPayloadResultEntries] """""" ValidatorAddress: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsEventsAttributes { """""" Key: String """""" Value: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogsEvents { """""" Attributes: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogsEventsAttributes] """""" Type: String } """""" type GetBlocksHeightPayloadBlockLastCommitPrecommitsBlockIDParts { """""" Hash: String """""" Total: String } """""" scalar GetBlocksLatestPayloadBlockEvidence """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogs { """""" Events: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsLogsEvents] """""" Log: String """""" MsgIndex: Float """""" Success: Boolean } """""" type BlocksHeader { """""" ChainID: String """""" Height: Int """""" Timestamp: Time } """""" type GetBankBalancesAddressPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetOracleParametersPayloadResult { """""" MinValidPerWindow: String """""" RewardBand: String """""" RewardDistributionWindow: String """""" SlashFraction: String """""" SlashWindow: String """""" VotePeriod: String """""" VoteThreshold: String """""" Whitelist: [GetOracleParametersPayloadResultWhitelist] } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsEvents { """""" Attributes: [GetStakingDelegatorsDelegatorAddrTxsPayloadTxsEventsAttributes] """""" Type: String } """""" type GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultRewards { """""" Reward: [GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultRewardsReward] """""" ValidatorAddress: String } """""" type GetTxsHashPayloadTx { """""" Type: String """""" Value: GetTxsHashPayloadTxValue } """""" type GetGovProposalsProposalIDDepositsDepositorPayload { """""" Height: String """""" Result: GetGovProposalsProposalIDDepositsDepositorPayloadResult } """""" type GetGovProposalsProposalIDDepositsDepositorPayloadResultAmount { """""" Amount: String """""" Denom: String } """""" type GetOracleVotersValidatorAggregatePrevotePayloadResult { """""" Hash: String """""" SubmitBlock: Float """""" Voter: String } """""" scalar GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueMsgValue """""" type GetStakingRedelegationsPayloadResultEntries { """""" Balance: String """""" CompletionTime: String """""" CreationHeight: Int """""" InitialBalance: String """""" SharesDst: String } """""" type GetTxsHashPayloadTxValueFee { """""" Amount: [GetTxsHashPayloadTxValueFeeAmount] """""" Gas: String } """""" type GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResultCommission { """""" MaxChangeRate: String """""" MaxRate: String """""" Rate: String """""" UpdateTime: String } """""" type GetWasmContractsContractAddressStoreRawPayload { """""" Height: String """""" Result: GetWasmContractsContractAddressStoreRawPayloadResult } """""" type GetStakingValidatorsPayloadResultDescription { """""" Details: String """""" Identity: String """""" Moniker: String """""" Website: String } """""" type TxInfosTxFeeAmount { """""" Amount: String """""" Denom: String } """""" type GetStakingDelegatorsDelegatorAddrValidatorsValidatorAddrPayloadResultDescription { """""" Details: String """""" Identity: String """""" Moniker: String """""" Website: String } """""" type GetTreasuryTaxCapDenomPayload { """""" Height: String """""" Result: String } """""" type GetTxsPayloadTxsTxValueMsg { """""" Type: String """""" Value: GetTxsPayloadTxsTxValueMsgValue } """""" type GetNodeInfoPayloadApplicationVersion { """""" BuildTags: String """""" ClientName: String """""" Commit: String """""" Go: String """""" Name: String """""" ServerName: String """""" Version: String } """""" type GetStakingRedelegationsPayloadResult { """""" DelegatorAddress: String """""" Entries: [GetStakingRedelegationsPayloadResultEntries] """""" ValidatorDstAddress: String """""" ValidatorSrcAddress: String } """""" type GetGovProposalsProposalIDTallyPayloadResult { """""" Abstain: String """""" No: String """""" NoWithVeto: String """""" Yes: String } """""" type GetSlashingSigningInfosPayloadResult { """""" Address: String """""" IndexOffset: String """""" JailedUntil: String """""" MissedBlocksCounter: String """""" StartHeight: String """""" Tombstoned: Boolean } """""" type GetTxsPayloadTxsTxValueSignatures { """""" AccountNumber: String """""" PubKey: GetTxsPayloadTxsTxValueSignaturesPubKey """""" Sequence: String """""" Signature: String } """""" type GetBlocksLatestPayloadBlockHeaderVersion { """""" App: String """""" Block: String } """""" type BlocksTxsTxSignatures { """""" PubKey: BlocksTxsTxSignaturesPubKey """""" Signature: String } """""" type BlocksTxsTxFee { """""" Amount: [BlocksTxsTxFeeAmount] """""" Gas: Int } """""" type GetTxsPayload { """""" Count: String """""" Limit: String """""" PageNumber: String """""" PageTotal: String """""" TotalCount: String """""" Txs: [GetTxsPayloadTxs] } """""" type GetGovParametersTallyingPayload { """""" Height: String """""" Result: GetGovParametersTallyingPayloadResult } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueVestingSchedules { """""" Denom: String """""" LazySchedules: [GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueVestingSchedulesLazySchedules] } """""" type GetWasmContractsContractAddressStoreRawPayloadResult { """""" Key: String """""" Value: String } """""" type GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignaturesPubKey { """""" Type: String """""" Value: GetStakingDelegatorsDelegatorAddrTxsPayloadTxsTxValueSignaturesPubKeyValue } """""" type GetOracleDenomsDenomPrevotesValidatorPayload { """""" Height: String """""" Result: [GetOracleDenomsDenomPrevotesValidatorPayloadResult] } """""" type BlocksTxsTxFeeAmount { """""" Amount: String """""" Denom: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfo { """""" Authorization: GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfoAuthorization """""" Expiration: String } """""" type GetTxsPayloadTxs { """""" Events: [GetTxsPayloadTxsEvents] """""" GasUsed: String """""" GasWanted: String """""" Height: String """""" Logs: [GetTxsPayloadTxsLogs] """""" RawLogs: String """""" Timestamp: String """""" Tx: GetTxsPayloadTxsTx """""" Txhash: String } """""" type GetStakingValidatorsValidatorAddrPayloadResult { """""" BondHeight: String """""" BondIntraTxCounter: Int """""" Commission: GetStakingValidatorsValidatorAddrPayloadResultCommission """""" DelegatorShares: String """""" Description: GetStakingValidatorsValidatorAddrPayloadResultDescription """""" Jailed: Boolean """""" OperatorAddress: String """""" Status: Int """""" Tokens: String """""" UnbondingHeight: String """""" UnbondingTime: String } """""" type GetBlocksLatestPayloadBlockID { """""" Hash: String """""" Parts: GetBlocksLatestPayloadBlockIDParts } """""" type GetMarketSwapPayloadResult { """""" Amount: String """""" Denom: String } """""" type GetOracleVotersValidatorAggregateVotePayloadResultExchangeRates { """""" Amount: String """""" Denom: String } """""" type GetMsgauthGrantersGranterAddressGranteesGranteeAddressGrantsMsgTypePayloadGenericGrantInfoAuthorizationValue { """""" MsgType: String } """""" type GetAuthAccountsAddressPayloadResultLazyGradedVestingAccountValueBaseVestingAccountDelegatedFree { """""" Amount: String """""" Denom: String } """""" type GetBlocksLatestPayloadBlockHeader { """""" AppHash: String """""" ChainID: String """""" ConsensusHash: String """""" DataHash: String """""" EvidenceHash: String """""" Height: String """""" LastBlockID: GetBlocksLatestPayloadBlockHeaderLastBlockID """""" LastCommitHash: String """""" LastResultsHash: String """""" NextValidatorsHash: String """""" NumTxs: String """""" ProposerAddress: String """""" Time: String """""" TotalTxs: String """""" ValidatorsHash: String """""" Version: GetBlocksLatestPayloadBlockHeaderVersion } """""" type GetBlocksHeightPayloadBlock { """""" Data: GetBlocksHeightPayloadBlockData """""" Evidence: GetBlocksHeightPayloadBlockEvidence """""" Header: GetBlocksHeightPayloadBlockHeader """""" LastCommit: GetBlocksHeightPayloadBlockLastCommit } """""" type GetBlocksHeightPayloadBlockHeaderLastBlockID { """""" Hash: String """""" Parts: GetBlocksHeightPayloadBlockHeaderLastBlockIDParts } """""" type GetDistributionValidatorsValidatorAddrPayloadResultSelfBondRewards { """""" Amount: String """""" Denom: String } """""" type GetStakingValidatorsValidatorAddrDelegationsPayloadResult { """""" Balance: GetStakingValidatorsValidatorAddrDelegationsPayloadResultBalance """""" DelegatorAddress: String """""" Shares: String """""" ValidatorAddress: String } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayload { """""" Height: String """""" Result: [GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayloadResult] } """""" type GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayloadResult { """""" DelegatorAddress: String """""" Entries: [GetStakingDelegatorsDelegatorAddrUnbondingDelegationsPayloadResultEntries] """""" ValidatorAddress: String } """""" type GetDistributionDelegatorsDelegatorAddrRewardsPayloadResultRewardsReward { """""" Amount: String """""" Denom: String } """""" type GetOracleVotersValidatorAggregateVotePayloadResult { """""" ExchangeRates: [GetOracleVotersValidatorAggregateVotePayloadResultExchangeRates] """""" Voter: String } """""" type GetAuthAccountsAddressPayload { """""" Height: String """""" Result: GetAuthAccountsAddressPayloadResult } """""" type GetOracleDenomsDenomPrevotesValidatorPayloadResult { """""" Denom: String """""" Hash: String """""" SubmitBlock: String """""" Voter: String } """""" type GetDistributionDelegatorsDelegatorAddrRewardsPayload { """""" Height: String """""" Result: GetDistributionDelegatorsDelegatorAddrRewardsPayloadResult } """""" type GetTxsHashPayloadEvents { """""" Attributes: [GetTxsHashPayloadEventsAttributes] """""" Type: String }