blockchain-api.stalwart.tech Open in urlscan Pro
34.22.159.122  Public Scan

URL: https://blockchain-api.stalwart.tech/
Submission: On August 26 via automatic, source certstream-suspicious — Scanned from CH

Form analysis 0 forms found in the DOM

Text Content

HTTP API CONSOLE

/static/openapi.yml



MSG


POST /cosmos.auth.v1beta1.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the x/auth module
parameters. The authority defaults to the x/gov module account.
POST /cosmos.authz.v1beta1.Msg /Exec
Exec attempts to execute the provided messages using authorizations granted to
the grantee. Each message should have only one signer corresponding to the
granter of the authorization.
POST /cosmos.authz.v1beta1.Msg /Grant
Grant grants the provided authorization to the grantee on the granter's account
with the provided expiration time. If there is already a grant for the given
(granter, grantee, Authorization) triple, then the grant will be overwritten.
POST /cosmos.authz.v1beta1.Msg /Revoke
Revoke revokes any authorization corresponding to the provided method name on
the granter's account that has been granted to the grantee.
POST /cosmos.bank.v1beta1.Msg /MultiSend
MultiSend defines a method for sending coins from some accounts to other
accounts.
POST /cosmos.bank.v1beta1.Msg /Send
Send defines a method for sending coins from one account to another account.
POST /cosmos.bank.v1beta1.Msg /SetSendEnabled
SetSendEnabled is a governance operation for setting the SendEnabled flag on any
number of Denoms. Only the entries to add or update should be included. Entries
that already exist in the store, but that aren't included in this message, will
be left unchanged.
POST /cosmos.bank.v1beta1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/bank module
parameters. The authority is defined in the keeper.
POST /cosmos.circuit.v1.Msg /AuthorizeCircuitBreaker
AuthorizeCircuitBreaker allows a super-admin to grant (or revoke) another
account's circuit breaker permissions.
POST /cosmos.circuit.v1.Msg /ResetCircuitBreaker
ResetCircuitBreaker resumes processing of Msg's in the state machine that have
been been paused using TripCircuitBreaker.
POST /cosmos.circuit.v1.Msg /TripCircuitBreaker
TripCircuitBreaker pauses processing of Msg's in the state machine.
POST /cosmos.consensus.v1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/consensus module
parameters. The authority is defined in the keeper.
POST /cosmos.crisis.v1beta1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/crisis module
parameters. The authority is defined in the keeper.
POST /cosmos.crisis.v1beta1.Msg /VerifyInvariant
VerifyInvariant defines a method to verify a particular invariant.
POST /cosmos.distribution.v1beta1.Msg /CommunityPoolSpend
CommunityPoolSpend defines a governance operation for sending tokens from the
community pool in the x/distribution module to another account, which could be
the governance module itself. The authority is defined in the keeper.
POST /cosmos.distribution.v1beta1.Msg /DepositValidatorRewardsPool
DepositValidatorRewardsPool defines a method to provide additional rewards to
delegators to a specific validator.
POST /cosmos.distribution.v1beta1.Msg /FundCommunityPool
FundCommunityPool defines a method to allow an account to directly fund the
community pool.
POST /cosmos.distribution.v1beta1.Msg /SetWithdrawAddress
SetWithdrawAddress defines a method to change the withdraw address for a
delegator (or validator self-delegation).
POST /cosmos.distribution.v1beta1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/distribution
module parameters. The authority is defined in the keeper.
POST /cosmos.distribution.v1beta1.Msg /WithdrawDelegatorReward
WithdrawDelegatorReward defines a method to withdraw rewards of delegator from a
single validator.
POST /cosmos.distribution.v1beta1.Msg /WithdrawValidatorCommission
WithdrawValidatorCommission defines a method to withdraw the full commission to
the validator address.
POST /cosmos.evidence.v1beta1.Msg /SubmitEvidence
SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation
or counterfactual signing.
POST /cosmos.feegrant.v1beta1.Msg /GrantAllowance
GrantAllowance grants fee allowance to the grantee on the granter's account with
the provided expiration time.
POST /cosmos.feegrant.v1beta1.Msg /PruneAllowances
PruneAllowances prunes expired fee allowances, currently up to 75 at a time.
POST /cosmos.feegrant.v1beta1.Msg /RevokeAllowance
RevokeAllowance revokes any fee allowance of granter's account that has been
granted to the grantee.
POST /cosmos.gov.v1.Msg /CancelProposal
CancelProposal defines a method to cancel governance proposal
POST /cosmos.gov.v1.Msg /Deposit
Deposit defines a method to add deposit on a specific proposal.
POST /cosmos.gov.v1.Msg /ExecLegacyContent
ExecLegacyContent defines a Msg to be in included in a MsgSubmitProposal to
execute a legacy content-based proposal.
POST /cosmos.gov.v1.Msg /SubmitProposal
SubmitProposal defines a method to create new proposal given the messages.
POST /cosmos.gov.v1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/gov module
parameters. The authority is defined in the keeper.
POST /cosmos.gov.v1.Msg /Vote
Vote defines a method to add a vote on a specific proposal.
POST /cosmos.gov.v1.Msg /VoteWeighted
VoteWeighted defines a method to add a weighted vote on a specific proposal.
POST /cosmos.gov.v1beta1.Msg /Deposit
Deposit defines a method to add deposit on a specific proposal.
POST /cosmos.gov.v1beta1.Msg /SubmitProposal
SubmitProposal defines a method to create new proposal given a content.
POST /cosmos.gov.v1beta1.Msg /Vote
Vote defines a method to add a vote on a specific proposal.
POST /cosmos.gov.v1beta1.Msg /VoteWeighted
VoteWeighted defines a method to add a weighted vote on a specific proposal.
POST /cosmos.group.v1.Msg /CreateGroup
CreateGroup creates a new group with an admin account address, a list of members
and some optional metadata.
POST /cosmos.group.v1.Msg /CreateGroupPolicy
CreateGroupPolicy creates a new group policy using given DecisionPolicy.
POST /cosmos.group.v1.Msg /CreateGroupWithPolicy
CreateGroupWithPolicy creates a new group with policy.
POST /cosmos.group.v1.Msg /Exec
Exec executes a proposal.
POST /cosmos.group.v1.Msg /LeaveGroup
LeaveGroup allows a group member to leave the group.
POST /cosmos.group.v1.Msg /SubmitProposal
SubmitProposal submits a new proposal.
POST /cosmos.group.v1.Msg /UpdateGroupAdmin
UpdateGroupAdmin updates the group admin with given group id and previous admin
address.
POST /cosmos.group.v1.Msg /UpdateGroupMembers
UpdateGroupMembers updates the group members with given group id and admin
address.
POST /cosmos.group.v1.Msg /UpdateGroupMetadata
UpdateGroupMetadata updates the group metadata with given group id and admin
address.
POST /cosmos.group.v1.Msg /UpdateGroupPolicyAdmin
UpdateGroupPolicyAdmin updates a group policy admin.
POST /cosmos.group.v1.Msg /UpdateGroupPolicyDecisionPolicy
UpdateGroupPolicyDecisionPolicy allows a group policy's decision policy to be
updated.
POST /cosmos.group.v1.Msg /UpdateGroupPolicyMetadata
UpdateGroupPolicyMetadata updates a group policy metadata.
POST /cosmos.group.v1.Msg /Vote
Vote allows a voter to vote on a proposal.
POST /cosmos.group.v1.Msg /WithdrawProposal
WithdrawProposal withdraws a proposal.
POST /cosmos.mint.v1beta1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/mint module
parameters. The authority is defaults to the x/gov module account.
POST /cosmos.nft.v1beta1.Msg /Send
Send defines a method to send a nft from one account to another account.
POST /cosmos.slashing.v1beta1.Msg /Unjail
Unjail defines a method for unjailing a jailed validator, thus returning them
into the bonded validator set, so they can begin receiving provisions and
rewards again.
POST /cosmos.slashing.v1beta1.Msg /UpdateParams
UpdateParams defines a governance operation for updating the x/slashing module
parameters. The authority defaults to the x/gov module account.
POST /cosmos.staking.v1beta1.Msg /BeginRedelegate
BeginRedelegate defines a method for performing a redelegation of coins from a
delegator and source validator to a destination validator.
POST /cosmos.staking.v1beta1.Msg /CancelUnbondingDelegation
CancelUnbondingDelegation defines a method for performing canceling the
unbonding delegation and delegate back to previous validator.
POST /cosmos.staking.v1beta1.Msg /CreateValidator
CreateValidator defines a method for creating a new validator.
POST /cosmos.staking.v1beta1.Msg /Delegate
Delegate defines a method for performing a delegation of coins from a delegator
to a validator.
POST /cosmos.staking.v1beta1.Msg /EditValidator
EditValidator defines a method for editing an existing validator.
POST /cosmos.staking.v1beta1.Msg /Undelegate
Undelegate defines a method for performing an undelegation from a delegate and a
validator.
POST /cosmos.staking.v1beta1.Msg /UpdateParams
UpdateParams defines an operation for updating the x/staking module parameters.
Since: cosmos-sdk 0.47
POST /cosmos.upgrade.v1beta1.Msg /CancelUpgrade
CancelUpgrade is a governance operation for cancelling a previously approved
software upgrade.
POST /cosmos.upgrade.v1beta1.Msg /SoftwareUpgrade
SoftwareUpgrade is a governance operation for initiating a software upgrade.
POST /cosmos.vesting.v1beta1.Msg /CreatePeriodicVestingAccount
CreatePeriodicVestingAccount defines a method that enables creating a periodic
vesting account.
POST /cosmos.vesting.v1beta1.Msg /CreatePermanentLockedAccount
CreatePermanentLockedAccount defines a method that enables creating a permanent
locked account.
POST /cosmos.vesting.v1beta1.Msg /CreateVestingAccount
CreateVestingAccount defines a method that enables creating a vesting account.
POST /ibc.applications.fee.v1.Msg /PayPacketFee
PayPacketFee defines a rpc handler method for MsgPayPacketFee PayPacketFee is an
open callback that may be called by any module/user that wishes to escrow funds
in order to incentivize the relaying of the packet at the next sequence NOTE:
This method is intended to be used within a multi msg transaction, where the
subsequent msg that follows initiates the lifecycle of the incentivized packet
POST /ibc.applications.fee.v1.Msg /PayPacketFeeAsync
PayPacketFeeAsync defines a rpc handler method for MsgPayPacketFeeAsync
PayPacketFeeAsync is an open callback that may be called by any module/user that
wishes to escrow funds in order to incentivize the relaying of a known packet
(i.e. at a particular sequence)
POST /ibc.applications.fee.v1.Msg /RegisterCounterpartyPayee
RegisterCounterpartyPayee defines a rpc handler method for
MsgRegisterCounterpartyPayee RegisterCounterpartyPayee is called by the relayer
on each channelEnd and allows them to specify the counterparty payee address
before relaying. This ensures they will be properly compensated for forward
relaying since the destination chain must include the registered counterparty
payee address in the acknowledgement. This function may be called more than once
by a relayer, in which case, the latest counterparty payee address is always
used.
POST /ibc.applications.fee.v1.Msg /RegisterPayee
RegisterPayee defines a rpc handler method for MsgRegisterPayee RegisterPayee is
called by the relayer on each channelEnd and allows them to set an optional
payee to which reverse and timeout relayer packet fees will be paid out. The
payee should be registered on the source chain from which packets originate as
this is where fee distribution takes place. This function may be called more
than once by a relayer, in which case, the latest payee is always used.
POST /ibc.applications.interchain_accounts.controller.v1.Msg
/RegisterInterchainAccount
RegisterInterchainAccount defines a rpc handler for
MsgRegisterInterchainAccount.
POST /ibc.applications.interchain_accounts.controller.v1.Msg /SendTx
SendTx defines a rpc handler for MsgSendTx.
POST /ibc.applications.interchain_accounts.controller.v1.Msg /UpdateParams
UpdateParams defines a rpc handler for MsgUpdateParams.
POST /ibc.applications.interchain_accounts.host.v1.Msg /UpdateParams
UpdateParams defines a rpc handler for MsgUpdateParams.
POST /ibc.applications.transfer.v1.Msg /Transfer
Transfer defines a rpc handler method for MsgTransfer.
POST /ibc.applications.transfer.v1.Msg /UpdateParams
UpdateParams defines a rpc handler for MsgUpdateParams.
POST /ibc.core.channel.v1.Msg /Acknowledgement
Acknowledgement defines a rpc handler method for MsgAcknowledgement.
POST /ibc.core.channel.v1.Msg /ChannelCloseConfirm
ChannelCloseConfirm defines a rpc handler method for MsgChannelCloseConfirm.
POST /ibc.core.channel.v1.Msg /ChannelCloseInit
ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
POST /ibc.core.channel.v1.Msg /ChannelOpenAck
ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
POST /ibc.core.channel.v1.Msg /ChannelOpenConfirm
ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
POST /ibc.core.channel.v1.Msg /ChannelOpenInit
ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
POST /ibc.core.channel.v1.Msg /ChannelOpenTry
ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeAck
ChannelUpgradeAck defines a rpc handler method for MsgChannelUpgradeAck.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeCancel
ChannelUpgradeCancel defines a rpc handler method for MsgChannelUpgradeCancel.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeConfirm
ChannelUpgradeConfirm defines a rpc handler method for MsgChannelUpgradeConfirm.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeInit
ChannelUpgradeInit defines a rpc handler method for MsgChannelUpgradeInit.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeOpen
ChannelUpgradeOpen defines a rpc handler method for MsgChannelUpgradeOpen.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeTimeout
ChannelUpgradeTimeout defines a rpc handler method for MsgChannelUpgradeTimeout.
POST /ibc.core.channel.v1.Msg /ChannelUpgradeTry
ChannelUpgradeTry defines a rpc handler method for MsgChannelUpgradeTry.
POST /ibc.core.channel.v1.Msg /PruneAcknowledgements
PruneAcknowledgements defines a rpc handler method for MsgPruneAcknowledgements.
POST /ibc.core.channel.v1.Msg /RecvPacket
RecvPacket defines a rpc handler method for MsgRecvPacket.
POST /ibc.core.channel.v1.Msg /Timeout
Timeout defines a rpc handler method for MsgTimeout.
POST /ibc.core.channel.v1.Msg /TimeoutOnClose
TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
POST /ibc.core.channel.v1.Msg /UpdateChannelParams
UpdateChannelParams defines a rpc handler method for MsgUpdateParams.
POST /ibc.core.client.v1.Msg /CreateClient
CreateClient defines a rpc handler method for MsgCreateClient.
POST /ibc.core.client.v1.Msg /IBCSoftwareUpgrade
IBCSoftwareUpgrade defines a rpc handler method for MsgIBCSoftwareUpgrade.
POST /ibc.core.client.v1.Msg /RecoverClient
RecoverClient defines a rpc handler method for MsgRecoverClient.
POST /ibc.core.client.v1.Msg /SubmitMisbehaviour
SubmitMisbehaviour defines a rpc handler method for MsgSubmitMisbehaviour.
POST /ibc.core.client.v1.Msg /UpdateClient
UpdateClient defines a rpc handler method for MsgUpdateClient.
POST /ibc.core.client.v1.Msg /UpdateClientParams
UpdateClientParams defines a rpc handler method for MsgUpdateParams.
POST /ibc.core.client.v1.Msg /UpgradeClient
UpgradeClient defines a rpc handler method for MsgUpgradeClient.
POST /ibc.core.connection.v1.Msg /ConnectionOpenAck
ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck.
POST /ibc.core.connection.v1.Msg /ConnectionOpenConfirm
ConnectionOpenConfirm defines a rpc handler method for MsgConnectionOpenConfirm.
POST /ibc.core.connection.v1.Msg /ConnectionOpenInit
ConnectionOpenInit defines a rpc handler method for MsgConnectionOpenInit.
POST /ibc.core.connection.v1.Msg /ConnectionOpenTry
ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry.
POST /ibc.core.connection.v1.Msg /UpdateConnectionParams
UpdateConnectionParams defines a rpc handler method for MsgUpdateParams.
POST /stwartchain.core.Msg /Fees

POST /stwartchain.core.Msg /Issue

POST /stwartchain.core.Msg /RefReward

POST /stwartchain.core.Msg /Refund

POST /stwartchain.core.Msg /Send

POST /stwartchain.core.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.core.Msg /Withdraw

POST /stwartchain.exchanger.Msg /Exchange

POST /stwartchain.exchanger.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.faucet.Msg /CreateTokens

POST /stwartchain.faucet.Msg /DeleteTokens

POST /stwartchain.faucet.Msg /Issue

POST /stwartchain.faucet.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.faucet.Msg /UpdateTokens

POST /stwartchain.feepolicy.Msg /CreateAddresses

POST /stwartchain.feepolicy.Msg /CreateTariffs

POST /stwartchain.feepolicy.Msg /DeleteAddresses

POST /stwartchain.feepolicy.Msg /DeleteTariffs

POST /stwartchain.feepolicy.Msg /UpdateAddresses

POST /stwartchain.feepolicy.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.feepolicy.Msg /UpdateTariffs

POST /stwartchain.rates.Msg /CreateAddresses

POST /stwartchain.rates.Msg /CreateRates

POST /stwartchain.rates.Msg /DeleteAddresses

POST /stwartchain.rates.Msg /DeleteRates

POST /stwartchain.rates.Msg /UpdateAddresses

POST /stwartchain.rates.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.rates.Msg /UpdateRates

POST /stwartchain.referral.Msg /CreateUser

POST /stwartchain.referral.Msg /DeleteUser

POST /stwartchain.referral.Msg /SetReferrer

POST /stwartchain.referral.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.referral.Msg /UpdateUser

POST /stwartchain.secured.Msg /CreateAddresses

POST /stwartchain.secured.Msg /DeleteAddresses

POST /stwartchain.secured.Msg /UpdateAddresses

POST /stwartchain.secured.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.stake.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.stats.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.stwart.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.systemrewards.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.
POST /stwartchain.users.Msg /UpdateParams
UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.

QUERY


GET /cosmos /auth /v1beta1 /account_info /{address}
AccountInfo queries account info which is common to all account types.
GET /cosmos /auth /v1beta1 /accounts
Accounts returns all the existing accounts.
GET /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 /bech32
Bech32Prefix queries bech32Prefix
GET /cosmos /auth /v1beta1 /bech32 /{address_bytes}
AddressBytesToString converts Account Address bytes to string
GET /cosmos /auth /v1beta1 /bech32 /{address_string}
AddressStringToBytes converts Address string to bytes
GET /cosmos /auth /v1beta1 /module_accounts
ModuleAccounts returns all the existing module accounts.
GET /cosmos /auth /v1beta1 /module_accounts /{name}
ModuleAccountByName returns the module account info by module name
GET /cosmos /auth /v1beta1 /params
Params queries all parameters.
GET /cosmos /authz /v1beta1 /grants
Returns 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 /bank /v1beta1 /balances /{address}
AllBalances queries the balance of all coins for a single account.
GET /cosmos /bank /v1beta1 /balances /{address} /by_denom
Balance 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 /denom_owners_by_query
DenomOwnersByQuery queries for all account addresses that own a particular token
denomination.
GET /cosmos /bank /v1beta1 /denoms_metadata
DenomsMetadata queries the client metadata for all registered coin
denominations.
GET /cosmos /bank /v1beta1 /denoms_metadata /{denom}
DenomMetadata queries the client metadata of a given coin denomination.
GET /cosmos /bank /v1beta1 /denoms_metadata_by_query_string
DenomMetadataByQueryString queries the client metadata of a given coin
denomination.
GET /cosmos /bank /v1beta1 /params
Params queries the parameters of x/bank module.
GET /cosmos /bank /v1beta1 /send_enabled
SendEnabled queries for SendEnabled entries.
GET /cosmos /bank /v1beta1 /spendable_balances /{address}
SpendableBalances queries the spendable balance of all coins for a single
account.
GET /cosmos /bank /v1beta1 /spendable_balances /{address} /by_denom
SpendableBalanceByDenom queries the spendable balance of a single denom for a
single account.
GET /cosmos /bank /v1beta1 /supply
TotalSupply queries the total supply of all coins.
GET /cosmos /bank /v1beta1 /supply /by_denom
SupplyOf queries the supply of a single coin.
GET /cosmos /circuit /v1 /accounts
Account returns account permissions.
GET /cosmos /circuit /v1 /accounts /{address}
Account returns account permissions.
GET /cosmos /circuit /v1 /disable_list
DisabledList returns a list of disabled message urls
GET /cosmos /consensus /v1 /params
Params queries the parameters of x/consensus module.
GET /cosmos /distribution /v1beta1 /community_pool
CommunityPool queries the community pool coins.
GET /cosmos /distribution /v1beta1 /delegators /{delegator_address} /rewards
DelegationTotalRewards queries the total rewards accrued by 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} /validators
DelegatorValidators queries the validators of a delegator.
GET /cosmos /distribution /v1beta1 /delegators /{delegator_address}
/withdraw_address
DelegatorWithdrawAddress queries withdraw address of a delegator.
GET /cosmos /distribution /v1beta1 /params
Params queries params of the distribution module.
GET /cosmos /distribution /v1beta1 /validators /{validator_address}
ValidatorDistributionInfo queries validator commission and self-delegation
rewards for validator
GET /cosmos /distribution /v1beta1 /validators /{validator_address} /commission
ValidatorCommission queries accumulated commission for a validator.
GET /cosmos /distribution /v1beta1 /validators /{validator_address}
/outstanding_rewards
ValidatorOutstandingRewards queries rewards of a validator address.
GET /cosmos /distribution /v1beta1 /validators /{validator_address} /slashes
ValidatorSlashes queries slash events of a validator.
GET /cosmos /evidence /v1beta1 /evidence
AllEvidence queries all evidence.
GET /cosmos /evidence /v1beta1 /evidence /{hash}
Evidence queries evidence based on evidence hash.
GET /cosmos /feegrant /v1beta1 /allowance /{granter} /{grantee}
Allowance returns granted allwance to the grantee by the granter.
GET /cosmos /feegrant /v1beta1 /allowances /{grantee}
Allowances returns all the grants for the given grantee address.
GET /cosmos /feegrant /v1beta1 /issued /{granter}
AllowancesByGranter returns all the grants given by an address
GET /cosmos /gov /v1 /constitution
Constitution queries the chain's constitution.
GET /cosmos /gov /v1 /params /{params_type}
Params queries all parameters of the gov module.
GET /cosmos /gov /v1 /proposals
Proposals 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} /deposits
Deposits queries all deposits of a single proposal.
GET /cosmos /gov /v1 /proposals /{proposal_id} /deposits /{depositor}
Deposit queries single deposit information based on proposalID, depositAddr.
GET /cosmos /gov /v1 /proposals /{proposal_id} /tally
TallyResult queries the tally of a proposal vote.
GET /cosmos /gov /v1 /proposals /{proposal_id} /votes
Votes 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 /gov /v1beta1 /params /{params_type}
Params queries all parameters of the gov module.
GET /cosmos /gov /v1beta1 /proposals
Proposals 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} /deposits
Deposits queries all deposits of a single proposal.
GET /cosmos /gov /v1beta1 /proposals /{proposal_id} /deposits /{depositor}
Deposit queries single deposit information based on proposalID, depositor
address.
GET /cosmos /gov /v1beta1 /proposals /{proposal_id} /tally
TallyResult queries the tally of a proposal vote.
GET /cosmos /gov /v1beta1 /proposals /{proposal_id} /votes
Votes 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 /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 group by group id.
GET /cosmos /group /v1 /group_policies_by_admin /{admin}
GroupPoliciesByAdmin 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
Groups queries all groups in state.
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} /tally
TallyResult 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 id.
GET /cosmos /group /v1 /votes_by_voter /{voter}
VotesByVoter queries a vote by voter.
GET /cosmos /mint /v1beta1 /annual_provisions
AnnualProvisions current minting annual provisions value.
GET /cosmos /mint /v1beta1 /inflation
Inflation returns the current minting inflation value.
GET /cosmos /mint /v1beta1 /params
Params returns the total set of minting parameters.
GET /cosmos /nft /v1beta1 /balance /{owner} /{class_id}
Balance queries the number of NFTs of a given class owned by the owner, same as
balanceOf in ERC721
GET /cosmos /nft /v1beta1 /classes
Classes queries all NFT classes
GET /cosmos /nft /v1beta1 /classes /{class_id}
Class queries an NFT class based on its id
GET /cosmos /nft /v1beta1 /nfts
NFTs queries all NFTs of a given class or owner,choose at least one of the two,
similar to tokenByIndex in ERC721Enumerable
GET /cosmos /nft /v1beta1 /nfts /{class_id} /{id}
NFT queries an NFT based on its class and id.
GET /cosmos /nft /v1beta1 /owner /{class_id} /{id}
Owner queries the owner of the NFT based on its class and id, same as ownerOf in
ERC721
GET /cosmos /nft /v1beta1 /supply /{class_id}
Supply queries the number of NFTs from the given class, same as totalSupply of
ERC721.
GET /cosmos /params /v1beta1 /params
Params queries a specific parameter of a module, given its subspace and key.
GET /cosmos /params /v1beta1 /subspaces
Subspaces queries for all registered subspaces and all keys for a subspace.
GET /cosmos /slashing /v1beta1 /params
Params queries the parameters of slashing module
GET /cosmos /slashing /v1beta1 /signing_infos
SigningInfos queries signing info of all validators
GET /cosmos /slashing /v1beta1 /signing_infos /{cons_address}
SigningInfo queries the signing info of given cons address
GET /cosmos /staking /v1beta1 /delegations /{delegator_addr}
DelegatorDelegations queries all delegations of a given delegator address.
GET /cosmos /staking /v1beta1 /delegators /{delegator_addr} /redelegations
Redelegations queries redelegations of given address.
GET /cosmos /staking /v1beta1 /delegators /{delegator_addr}
/unbonding_delegations
DelegatorUnbondingDelegations queries all unbonding delegations of a given
delegator address.
GET /cosmos /staking /v1beta1 /delegators /{delegator_addr} /validators
DelegatorValidators 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 /params
Parameters queries the staking parameters.
GET /cosmos /staking /v1beta1 /pool
Pool queries the pool info.
GET /cosmos /staking /v1beta1 /validators
Validators 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} /delegations
ValidatorDelegations 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_delegation
UnbondingDelegation queries unbonding info for given validator delegator pair.
GET /cosmos /staking /v1beta1 /validators /{validator_addr}
/unbonding_delegations
ValidatorUnbondingDelegations 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 /authority
Returns the account with authority to conduct upgrades
GET /cosmos /upgrade /v1beta1 /current_plan
CurrentPlan queries the current upgrade plan.
GET /cosmos /upgrade /v1beta1 /module_versions
ModuleVersions 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 /ibc /apps /fee /v1 /channels /{channel_id} /ports /{port_id} /fee_enabled
FeeEnabledChannel returns true if the provided port and channel identifiers
belong to a fee enabled channel
GET /ibc /apps /fee /v1 /channels /{channel_id} /ports /{port_id}
/incentivized_packets
Gets all incentivized packets for a specific channel
GET /ibc /apps /fee /v1 /channels /{channel_id} /relayers /{relayer}
/counterparty_payee
CounterpartyPayee returns the registered counterparty payee for forward relaying
GET /ibc /apps /fee /v1 /channels /{channel_id} /relayers /{relayer} /payee
Payee returns the registered payee address for a specific channel given the
relayer address
GET /ibc /apps /fee /v1 /channels /{packet_id.channel_id} /ports
/{packet_id.port_id} /sequences /{packet_id.sequence} /incentivized_packet
IncentivizedPacket returns all packet fees for a packet given its identifier
GET /ibc /apps /fee /v1 /channels /{packet_id.channel_id} /ports
/{packet_id.port_id} /sequences /{packet_id.sequence} /total_ack_fees
TotalAckFees returns the total acknowledgement fees for a packet given its
identifier
GET /ibc /apps /fee /v1 /channels /{packet_id.channel_id} /ports
/{packet_id.port_id} /sequences /{packet_id.sequence} /total_recv_fees
TotalRecvFees returns the total receive fees for a packet given its identifier
GET /ibc /apps /fee /v1 /channels /{packet_id.channel_id} /ports
/{packet_id.port_id} /sequences /{packet_id.sequence} /total_timeout_fees
TotalTimeoutFees returns the total timeout fees for a packet given its
identifier
GET /ibc /apps /fee /v1 /fee_enabled
FeeEnabledChannels returns a list of all fee enabled channels
GET /ibc /apps /fee /v1 /incentivized_packets
IncentivizedPackets returns all incentivized packets and their associated fees
GET /ibc /apps /interchain_accounts /controller /v1 /owners /{owner}
/connections /{connection_id}
InterchainAccount returns the interchain account address for a given owner
address on a given connection
GET /ibc /apps /interchain_accounts /controller /v1 /params
Params queries all parameters of the ICA controller submodule.
GET /ibc /apps /interchain_accounts /host /v1 /params
Params queries all parameters of the ICA host submodule.
GET /ibc /apps /transfer /v1 /channels /{channel_id} /ports /{port_id}
/escrow_address
EscrowAddress returns the escrow address for a particular port and channel id.
GET /ibc /apps /transfer /v1 /denom_hashes /{trace}
DenomHash queries a denomination hash information.
GET /ibc /apps /transfer /v1 /denom_traces
DenomTraces queries all denomination traces.
GET /ibc /apps /transfer /v1 /denom_traces /{hash}
DenomTrace queries a denomination trace information.
GET /ibc /apps /transfer /v1 /denoms /{denom} /total_escrow
TotalEscrowForDenom returns the total amount of tokens in escrow based on the
denom.
GET /ibc /apps /transfer /v1 /params
Params queries all parameters of the ibc-transfer module.
GET /ibc /core /channel /v1 /channels
Channels queries all the IBC channels of a chain.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
Channel queries an IBC Channel.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/client_state
ChannelClientState queries for the client state for the channel associated with
the provided channel identifiers.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/consensus_state /revision /{revision_number} /height /{revision_height}
ChannelConsensusState queries for the consensus state for the channel associated
with the provided channel identifiers.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/next_sequence
NextSequenceReceive returns the next receive sequence for a given channel.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/next_sequence_send
NextSequenceSend returns the next send sequence for a given channel.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_acknowledgements
PacketAcknowledgements returns all the packet acknowledgements associated with a
channel.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_acks /{sequence}
PacketAcknowledgement queries a stored packet acknowledgement hash.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_commitments
PacketCommitments returns all the packet commitments hashes associated with a
channel.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_commitments /{packet_ack_sequences} /unreceived_acks
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a
channel and sequences.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_commitments /{packet_commitment_sequences} /unreceived_packets
UnreceivedPackets returns all the unreceived IBC packets associated with a
channel and sequences.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_commitments /{sequence}
PacketCommitment queries a stored packet commitment hash.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/packet_receipts /{sequence}
PacketReceipt queries if a given packet sequence has been received on the
queried chain
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id} /upgrade
Upgrade returns the upgrade for a given port and channel id.
GET /ibc /core /channel /v1 /channels /{channel_id} /ports /{port_id}
/upgrade_error
UpgradeError returns the error receipt if the upgrade handshake failed.
GET /ibc /core /channel /v1 /connections /{connection} /channels
ConnectionChannels queries all the channels associated with a connection end.
GET /ibc /core /channel /v1 /params
ChannelParams queries all parameters of the ibc channel submodule.
GET /ibc /core /client /v1 /client_states
ClientStates queries all the IBC light clients of a chain.
GET /ibc /core /client /v1 /client_states /{client_id}
ClientState queries an IBC light client.
GET /ibc /core /client /v1 /client_status /{client_id}
Status queries the status of an IBC client.
GET /ibc /core /client /v1 /consensus_states /{client_id}
ConsensusStates queries all the consensus state associated with a given client.
GET /ibc /core /client /v1 /consensus_states /{client_id} /heights
ConsensusStateHeights queries the height of every consensus states associated
with a given client.
GET /ibc /core /client /v1 /consensus_states /{client_id} /revision
/{revision_number} /height /{revision_height}
ConsensusState queries a consensus state associated with a client state at a
given height.
GET /ibc /core /client /v1 /params
ClientParams queries all parameters of the ibc client submodule.
GET /ibc /core /client /v1 /upgraded_client_states
UpgradedClientState queries an Upgraded IBC light client.
GET /ibc /core /client /v1 /upgraded_consensus_states
UpgradedConsensusState queries an Upgraded IBC consensus state.
GET /ibc /core /connection /v1 /client_connections /{client_id}
ClientConnections queries the connection paths associated with a client state.
GET /ibc /core /connection /v1 /connections
Connections queries all the IBC connections of a chain.
GET /ibc /core /connection /v1 /connections /{connection_id}
Connection queries an IBC connection end.
GET /ibc /core /connection /v1 /connections /{connection_id} /client_state
ConnectionClientState queries the client state associated with the connection.
GET /ibc /core /connection /v1 /connections /{connection_id} /consensus_state
/revision /{revision_number} /height /{revision_height}
ConnectionConsensusState queries the consensus state associated with the
connection.
GET /ibc /core /connection /v1 /params
ConnectionParams queries all parameters of the ibc connection submodule.
GET /backend /stwart-chain /core /modules_addresses
Queries a list of ModulesAddresses items.
GET /stwart /core /params
Parameters queries the parameters of the module.
GET /stwart /core /stats

GET /stwart /core /stats /{date}
Queries a list of Stats items.
GET /backend /stwart-chain /exchanger /params
Parameters queries the parameters of the module.
GET /backend /stwart-chain /faucet /params
Parameters queries the parameters of the module.
GET /backend /stwart-chain /faucet /tokens

GET /backend /stwart-chain /faucet /tokens /{id}
Queries a list of Tokens items.
GET /stwart /feepolicy /addresses

GET /stwart /feepolicy /addresses /{id}
Queries a list of Addresses items.
GET /stwart /feepolicy /params
Parameters queries the parameters of the module.
GET /stwart /feepolicy /tariff

GET /stwart /feepolicy /tariff /{denom}
Queries a list of Tariff items.
GET /stwart /feepolicy /tariffs

GET /stwart /feepolicy /tariffs /{denom}
Queries a list of Tariffs items.
GET /stwart /rates /addresses

GET /stwart /rates /addresses /{id}
Queries a list of Addresses items.
GET /stwart /rates /params
Parameters queries the parameters of the module.
GET /stwart /rates /rates

GET /stwart /rates /rates /{denom}
Queries a list of Rates items.
GET /stwart /referral /params
Parameters queries the parameters of the module.
GET /stwart /referral /user

GET /stwart /referral /user /{accountAddress}
Queries a list of User items.
GET /stwart /secured /addresses

GET /stwart /secured /addresses /{id}
Queries a list of Addresses items.
GET /stwart /secured /params
Parameters queries the parameters of the module.
GET /stwart /stake /params
Parameters queries the parameters of the module.
GET /stwart /stake /stake

GET /stwart /stake /stake /{address}
Queries a list of Stake items.
GET /stwart /stats /asset /{startDate} /{endDate}

GET /stwart /stats /fee_stats

GET /stwart /stats /fee_stats /{date}
Queries a list of FeeStats items.
GET /stwart /stats /params
Parameters queries the parameters of the module.
GET /stwart /stats /user /{startDate} /{endDate}

GET /stwart /stwart /params
Parameters queries the parameters of the module.
GET /stwart /systemrewards /params
Parameters queries the parameters of the module.
GET /stwart /systemrewards /stats

GET /stwart /systemrewards /stats /{date}
Queries a list of Stats items.
GET /stwart /systemrewards /stats_by_date /{startDate} /{endDate}
Queries a list of StatsByDate items.
GET /stwart /users /params
Parameters queries the parameters of the module.
GET /stwart /users /stats

GET /stwart /users /stats /{date}
Queries a list of Stats items.
GET /stwart /users /stats_by_date /{startDate} /{endDate}
Queries a list of StatsByDate items.
GET /stwart /users /total
Queries a list of Total items.
GET /stwart /users /unique_users

GET /stwart /users /unique_users /{date}
Queries a list of UniqueUsers items.

SERVICE


GET /cosmos /base /node /v1beta1 /config
Config queries for the operator configuration.
GET /cosmos /base /node /v1beta1 /status
Status queries for the node status.
GET /cosmos /base /tendermint /v1beta1 /abci_query
ABCIQuery 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 /latest
GetLatestBlock returns the latest block.
GET /cosmos /base /tendermint /v1beta1 /blocks /{height}
GetBlockByHeight queries block for given height.
GET /cosmos /base /tendermint /v1beta1 /node_info
GetNodeInfo queries the current node info.
GET /cosmos /base /tendermint /v1beta1 /syncing
GetSyncing queries node syncing.
GET /cosmos /base /tendermint /v1beta1 /validatorsets /latest
GetLatestValidatorSet queries latest validator-set.
GET /cosmos /base /tendermint /v1beta1 /validatorsets /{height}
GetValidatorSetByHeight queries validator-set at a given height.
POST /cosmos /tx /v1beta1 /decode
TxDecode decodes the transaction.
POST /cosmos /tx /v1beta1 /decode /amino
TxDecodeAmino decodes an Amino transaction from encoded bytes to JSON.
POST /cosmos /tx /v1beta1 /encode
TxEncode encodes the transaction.
POST /cosmos /tx /v1beta1 /encode /amino
TxEncodeAmino encodes an Amino transaction from JSON to encoded bytes.
POST /cosmos /tx /v1beta1 /simulate
Simulate simulates executing a transaction for estimating gas usage.
GET /cosmos /tx /v1beta1 /txs
GetTxsEvent fetches txs by event.
POST /cosmos /tx /v1beta1 /txs
BroadcastTx 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

google.protobuf.Any
google.rpc.Status
cosmos.auth.v1beta1.MsgUpdateParams
cosmos.auth.v1beta1.MsgUpdateParamsResponse
cosmos.auth.v1beta1.Params
cosmos.auth.v1beta1.AddressBytesToStringResponse
cosmos.auth.v1beta1.AddressStringToBytesResponse
cosmos.auth.v1beta1.BaseAccount
cosmos.auth.v1beta1.Bech32PrefixResponse
QueryAccountAddressByIDResponse is the response type for AccountAddressByID rpc
method
cosmos.auth.v1beta1.QueryAccountInfoResponse
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
cosmos.authz.v1beta1.Grant
cosmos.authz.v1beta1.MsgExec
cosmos.authz.v1beta1.MsgExecResponse
cosmos.authz.v1beta1.MsgGrant
cosmos.authz.v1beta1.MsgGrantResponse
cosmos.authz.v1beta1.MsgRevoke
cosmos.authz.v1beta1.MsgRevokeResponse
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
cosmos.bank.v1beta1.Input
cosmos.bank.v1beta1.MsgMultiSend
cosmos.bank.v1beta1.MsgMultiSendResponse
cosmos.bank.v1beta1.MsgSend
cosmos.bank.v1beta1.MsgSendResponse
cosmos.bank.v1beta1.MsgSetSendEnabled
cosmos.bank.v1beta1.MsgSetSendEnabledResponse
cosmos.bank.v1beta1.MsgUpdateParams
cosmos.bank.v1beta1.MsgUpdateParamsResponse
cosmos.bank.v1beta1.Output
cosmos.bank.v1beta1.Params
cosmos.bank.v1beta1.SendEnabled
cosmos.base.v1beta1.Coin
cosmos.bank.v1beta1.DenomOwner
cosmos.bank.v1beta1.DenomUnit
cosmos.bank.v1beta1.Metadata
cosmos.bank.v1beta1.QueryAllBalancesResponse
cosmos.bank.v1beta1.QueryBalanceResponse
cosmos.bank.v1beta1.QueryDenomMetadataByQueryStringResponse
cosmos.bank.v1beta1.QueryDenomMetadataResponse
cosmos.bank.v1beta1.QueryDenomOwnersByQueryResponse
cosmos.bank.v1beta1.QueryDenomOwnersResponse
cosmos.bank.v1beta1.QueryDenomsMetadataResponse
cosmos.bank.v1beta1.QueryParamsResponse
cosmos.bank.v1beta1.QuerySendEnabledResponse
cosmos.bank.v1beta1.QuerySpendableBalanceByDenomResponse
cosmos.bank.v1beta1.QuerySpendableBalancesResponse
cosmos.bank.v1beta1.QuerySupplyOfResponse
QueryTotalSupplyResponse is the response type for the Query/TotalSupply RPC
method
cosmos.base.node.v1beta1.ConfigResponse
cosmos.base.node.v1beta1.StatusResponse
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 Validators
tendermint.p2p.DefaultNodeInfo
tendermint.p2p.DefaultNodeInfoOther
tendermint.p2p.ProtocolVersion
tendermint.types.Block
BlockID
BlockIdFlag indicates which BlockID 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.circuit.v1.AccountResponse
cosmos.circuit.v1.AccountsResponse
cosmos.circuit.v1.DisabledListResponse
GenesisAccountPermissions is the account permissions for the circuit breaker in
genesis
cosmos.circuit.v1.Permissions
cosmos.circuit.v1.Permissions.Level
cosmos.circuit.v1.MsgAuthorizeCircuitBreaker
cosmos.circuit.v1.MsgAuthorizeCircuitBreakerResponse
cosmos.circuit.v1.MsgResetCircuitBreaker
cosmos.circuit.v1.MsgResetCircuitBreakerResponse
cosmos.circuit.v1.MsgTripCircuitBreaker
cosmos.circuit.v1.MsgTripCircuitBreakerResponse
cosmos.consensus.v1.MsgUpdateParams
cosmos.consensus.v1.MsgUpdateParamsResponse
tendermint.types.ABCIParams
tendermint.types.BlockParams
tendermint.types.EvidenceParams
tendermint.types.ValidatorParams
cosmos.consensus.v1.QueryParamsResponse
tendermint.types.ConsensusParams
tendermint.types.VersionParams
cosmos.crisis.v1beta1.MsgUpdateParams
cosmos.crisis.v1beta1.MsgUpdateParamsResponse
cosmos.crisis.v1beta1.MsgVerifyInvariant
cosmos.crisis.v1beta1.MsgVerifyInvariantResponse
cosmos.distribution.v1beta1.MsgCommunityPoolSpend
cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse
cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool
cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse
cosmos.distribution.v1beta1.MsgFundCommunityPool
cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse
cosmos.distribution.v1beta1.MsgSetWithdrawAddress
cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse
cosmos.distribution.v1beta1.MsgUpdateParams
cosmos.distribution.v1beta1.MsgUpdateParamsResponse
cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward
cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse
cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission
cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse
cosmos.distribution.v1beta1.Params
cosmos.base.v1beta1.DecCoin
cosmos.distribution.v1beta1.DelegationDelegatorReward
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.QueryValidatorDistributionInfoResponse
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.evidence.v1beta1.MsgSubmitEvidence
cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse
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.feegrant.v1beta1.MsgGrantAllowance
cosmos.feegrant.v1beta1.MsgGrantAllowanceResponse
cosmos.feegrant.v1beta1.MsgPruneAllowances
cosmos.feegrant.v1beta1.MsgPruneAllowancesResponse
cosmos.feegrant.v1beta1.MsgRevokeAllowance
cosmos.feegrant.v1beta1.MsgRevokeAllowanceResponse
cosmos.gov.v1.Deposit
cosmos.gov.v1.DepositParams
cosmos.gov.v1.Params
cosmos.gov.v1.Proposal
cosmos.gov.v1.ProposalStatus
QueryConstitutionResponse is the response type for the Query/Constitution RPC
method
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.gov.v1.MsgCancelProposal
cosmos.gov.v1.MsgCancelProposalResponse
cosmos.gov.v1.MsgDeposit
cosmos.gov.v1.MsgDepositResponse
cosmos.gov.v1.MsgExecLegacyContent
cosmos.gov.v1.MsgExecLegacyContentResponse
cosmos.gov.v1.MsgSubmitProposal
cosmos.gov.v1.MsgSubmitProposalResponse
cosmos.gov.v1.MsgUpdateParams
cosmos.gov.v1.MsgUpdateParamsResponse
cosmos.gov.v1.MsgVote
cosmos.gov.v1.MsgVoteResponse
cosmos.gov.v1.MsgVoteWeighted
cosmos.gov.v1.MsgVoteWeightedResponse
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.v1beta1.MsgDeposit
cosmos.gov.v1beta1.MsgDepositResponse
cosmos.gov.v1beta1.MsgSubmitProposal
cosmos.gov.v1beta1.MsgSubmitProposalResponse
cosmos.gov.v1beta1.MsgVote
cosmos.gov.v1beta1.MsgVoteResponse
cosmos.gov.v1beta1.MsgVoteWeighted
cosmos.gov.v1beta1.MsgVoteWeightedResponse
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.QueryGroupsResponse
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
Vote represents a vote for a proposal.string metadata
cosmos.group.v1.VoteOption
cosmos.group.v1.Exec
cosmos.group.v1.MemberRequest
cosmos.group.v1.MsgCreateGroup
cosmos.group.v1.MsgCreateGroupPolicy
cosmos.group.v1.MsgCreateGroupPolicyResponse
cosmos.group.v1.MsgCreateGroupResponse
cosmos.group.v1.MsgCreateGroupWithPolicy
cosmos.group.v1.MsgCreateGroupWithPolicyResponse
cosmos.group.v1.MsgExec
cosmos.group.v1.MsgExecResponse
cosmos.group.v1.MsgLeaveGroup
cosmos.group.v1.MsgLeaveGroupResponse
cosmos.group.v1.MsgSubmitProposal
cosmos.group.v1.MsgSubmitProposalResponse
cosmos.group.v1.MsgUpdateGroupAdmin
cosmos.group.v1.MsgUpdateGroupAdminResponse
cosmos.group.v1.MsgUpdateGroupMembers
cosmos.group.v1.MsgUpdateGroupMembersResponse
cosmos.group.v1.MsgUpdateGroupMetadata
cosmos.group.v1.MsgUpdateGroupMetadataResponse
cosmos.group.v1.MsgUpdateGroupPolicyAdmin
cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse
cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy
cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse
cosmos.group.v1.MsgUpdateGroupPolicyMetadata
cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse
cosmos.group.v1.MsgVote
cosmos.group.v1.MsgVoteResponse
cosmos.group.v1.MsgWithdrawProposal
cosmos.group.v1.MsgWithdrawProposalResponse
cosmos.mint.v1beta1.Params
cosmos.mint.v1beta1.QueryAnnualProvisionsResponse
cosmos.mint.v1beta1.QueryInflationResponse
cosmos.mint.v1beta1.QueryParamsResponse
cosmos.mint.v1beta1.MsgUpdateParams
cosmos.mint.v1beta1.MsgUpdateParamsResponse
cosmos.nft.v1beta1.MsgSend
cosmos.nft.v1beta1.MsgSendResponse
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.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
MsgUnjail defines the Msg/Unjail request type
MsgUnjailResponse defines the Msg/Unjail response type
cosmos.slashing.v1beta1.MsgUpdateParams
cosmos.slashing.v1beta1.MsgUpdateParamsResponse
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.staking.v1beta1.MsgBeginRedelegate
cosmos.staking.v1beta1.MsgBeginRedelegateResponse
MsgCancelUnbondingDelegation defines the SDK message for performing a cancel
unbonding delegation for delegator
MsgCancelUnbondingDelegationResponse
cosmos.staking.v1beta1.MsgCreateValidator
cosmos.staking.v1beta1.MsgCreateValidatorResponse
cosmos.staking.v1beta1.MsgDelegate
cosmos.staking.v1beta1.MsgDelegateResponse
cosmos.staking.v1beta1.MsgEditValidator
cosmos.staking.v1beta1.MsgEditValidatorResponse
cosmos.staking.v1beta1.MsgUndelegate
cosmos.staking.v1beta1.MsgUndelegateResponse
cosmos.staking.v1beta1.MsgUpdateParams
cosmos.staking.v1beta1.MsgUpdateParamsResponse
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
cosmos.tx.v1beta1.TxDecodeAminoRequest
cosmos.tx.v1beta1.TxDecodeAminoResponse
cosmos.tx.v1beta1.TxDecodeRequest
cosmos.tx.v1beta1.TxDecodeResponse
cosmos.tx.v1beta1.TxEncodeAminoRequest
cosmos.tx.v1beta1.TxEncodeAminoResponse
cosmos.tx.v1beta1.TxEncodeRequest
cosmos.tx.v1beta1.TxEncodeResponse
tendermint.abci.Event
tendermint.abci.EventAttribute
cosmos.upgrade.v1beta1.MsgCancelUpgrade
cosmos.upgrade.v1beta1.MsgCancelUpgradeResponse
cosmos.upgrade.v1beta1.MsgSoftwareUpgrade
cosmos.upgrade.v1beta1.MsgSoftwareUpgradeResponse
cosmos.upgrade.v1beta1.Plan
cosmos.upgrade.v1beta1.ModuleVersion
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.vesting.v1beta1.MsgCreatePeriodicVestingAccount
cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse
cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount
cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccountResponse
cosmos.vesting.v1beta1.MsgCreateVestingAccount
cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse
cosmos.vesting.v1beta1.Period
Fee defines the ICS29 receive, acknowledgement and timeout fees
FeeEnabledChannel contains the PortID & ChannelID for a fee enabled channel
IdentifiedPacketFees contains a list of type PacketFee and associated PacketId
PacketFee contains ICS29 relayer fees, refund address and optional list of
permitted relayers
QueryCounterpartyPayeeResponse defines the response type for the
CounterpartyPayee rpc
QueryFeeEnabledChannelResponse defines the response type for the
FeeEnabledChannel rpc
QueryFeeEnabledChannelsResponse defines the response type for the
FeeEnabledChannels rpc
QueryIncentivizedPacketsResponse defines the response type for the
IncentivizedPacket rpc
QueryIncentivizedPacketsResponse defines the response type for the incentivized
packets RPC
QueryIncentivizedPacketsResponse defines the response type for the
IncentivizedPackets rpc
QueryPayeeResponse defines the response type for the Payee rpc
QueryTotalAckFeesResponse defines the response type for the TotalAckFees rpc
QueryTotalRecvFeesResponse defines the response type for the TotalRecvFees rpc
QueryTotalTimeoutFeesResponse defines the response type for the TotalTimeoutFees
rpc
PacketId is an identifer for a unique Packet Source chains refer to packets by
source port/channel Destination chains refer to packets by destination
port/channel
MsgPayPacketFee defines the request type for the PayPacketFee rpc This Msg can
be used to pay for a packet at the next sequence send & should be combined with
the Msg that will be paid for
MsgPayPacketFeeAsync defines the request type for the PayPacketFeeAsync rpc This
Msg can be used to pay for a packet at a specified sequence (instead of the next
sequence send)
MsgPayPacketFeeAsyncResponse defines the response type for the PayPacketFeeAsync
rpc
MsgPayPacketFeeResponse defines the response type for the PayPacketFee rpc
MsgRegisterCounterpartyPayee defines the request type for the
RegisterCounterpartyPayee rpc
MsgRegisterCounterpartyPayeeResponse defines the response type for the
RegisterCounterpartyPayee rpc
MsgRegisterPayee defines the request type for the RegisterPayee rpc
MsgRegisterPayeeResponse defines the response type for the RegisterPayee rpc
MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount
MsgRegisterInterchainAccountResponse defines the response for
Msg/RegisterAccount
MsgSendTx defines the payload for Msg/SendTx
MsgSendTxResponse defines the response for MsgSendTx
MsgUpdateParams defines the payload for Msg/UpdateParams
MsgUpdateParamsResponse defines the response for Msg/UpdateParams
ibc.applications.interchain_accounts.controller.v1.Params
ibc.applications.interchain_accounts.v1.InterchainAccountPacketData
Type defines a classification of message issued from a controller chain to its
associated interchain accounts host
Order defines if a channel is ORDERED or UNORDERED
ibc.applications.interchain_accounts.controller.v1.QueryInterchainAccountResponse
ibc.applications.interchain_accounts.controller.v1.QueryParamsResponse
MsgUpdateParams defines the payload for Msg/UpdateParams
MsgUpdateParamsResponse defines the response for Msg/UpdateParams
ibc.applications.interchain_accounts.host.v1.Params
ibc.applications.interchain_accounts.host.v1.QueryParamsResponse
ibc.applications.transfer.v1.DenomTrace
ibc.applications.transfer.v1.Params
ibc.applications.transfer.v1.QueryDenomHashResponse
ibc.applications.transfer.v1.QueryDenomTraceResponse
ibc.applications.transfer.v1.QueryDenomTracesResponse
ibc.applications.transfer.v1.QueryEscrowAddressResponse
ibc.applications.transfer.v1.QueryParamsResponse
ibc.applications.transfer.v1.QueryTotalEscrowForDenomResponse
MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20
enabled chains. See ICS Spec here:
https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
ibc.applications.transfer.v1.MsgTransferResponse
ibc.applications.transfer.v1.MsgUpdateParams
ibc.applications.transfer.v1.MsgUpdateParamsResponse
Height is a monotonically increasing data type that can be compared against
another Height for the purposes of updating and freezing clients
ibc.core.channel.v1.Channel
Counterparty defines a channel end counterparty
ibc.core.channel.v1.ErrorReceipt
ibc.core.channel.v1.IdentifiedChannel
ibc.core.channel.v1.PacketState
ibc.core.channel.v1.Params
QueryChannelClientStateResponse is the Response type for the
Query/QueryChannelClientState RPC method
QueryChannelClientStateResponse is the Response type for the
Query/QueryChannelClientState RPC method
ibc.core.channel.v1.QueryChannelParamsResponse
ibc.core.channel.v1.QueryChannelResponse
ibc.core.channel.v1.QueryChannelsResponse
QueryConnectionChannelsResponse is the Response type for the
Query/QueryConnectionChannels RPC method
QuerySequenceResponse is the response type for the
Query/QueryNextSequenceReceiveResponse RPC method
QueryNextSequenceSendResponse is the request type for the
Query/QueryNextSequenceSend RPC method
QueryPacketAcknowledgementResponse defines the client query response for a
packet which also includes a proof and the height from which the proof was
retrieved
QueryPacketAcknowledgemetsResponse is the request type for the
Query/QueryPacketAcknowledgements RPC method
QueryPacketCommitmentResponse defines the client query response for a packet
which also includes a proof and the height from which the proof was retrieved
QueryPacketCommitmentsResponse is the request type for the
Query/QueryPacketCommitments RPC method
QueryPacketReceiptResponse defines the client query response for a packet
receipt which also includes a proof, and the height from which the proof was
retrieved
QueryUnreceivedAcksResponse is the response type for the Query/UnreceivedAcks
RPC method
QueryUnreceivedPacketsResponse is the response type for the
Query/UnreceivedPacketCommitments RPC method
QueryUpgradeErrorResponse is the response type for the Query/QueryUpgradeError
RPC method
QueryUpgradeResponse is the response type for the QueryUpgradeResponse RPC
method
ibc.core.channel.v1.State
ibc.core.channel.v1.Timeout
ibc.core.channel.v1.Upgrade
ibc.core.channel.v1.UpgradeFields
ibc.core.client.v1.IdentifiedClientState
MsgAcknowledgement receives incoming IBC acknowledgement
ibc.core.channel.v1.MsgAcknowledgementResponse
ibc.core.channel.v1.MsgChannelCloseConfirm
ibc.core.channel.v1.MsgChannelCloseConfirmResponse
ibc.core.channel.v1.MsgChannelCloseInit
ibc.core.channel.v1.MsgChannelCloseInitResponse
ibc.core.channel.v1.MsgChannelOpenAck
ibc.core.channel.v1.MsgChannelOpenAckResponse
ibc.core.channel.v1.MsgChannelOpenConfirm
ibc.core.channel.v1.MsgChannelOpenConfirmResponse
ibc.core.channel.v1.MsgChannelOpenInit
ibc.core.channel.v1.MsgChannelOpenInitResponse
ibc.core.channel.v1.MsgChannelOpenTry
ibc.core.channel.v1.MsgChannelOpenTryResponse
MsgChannelUpgradeAck defines the request type for the ChannelUpgradeAck rpc
MsgChannelUpgradeAckResponse defines MsgChannelUpgradeAck response type
MsgChannelUpgradeCancel defines the request type for the ChannelUpgradeCancel
rpc
MsgChannelUpgradeCancelResponse defines the MsgChannelUpgradeCancel response
type
MsgChannelUpgradeConfirm defines the request type for the ChannelUpgradeConfirm
rpc
MsgChannelUpgradeConfirmResponse defines MsgChannelUpgradeConfirm response type
ibc.core.channel.v1.MsgChannelUpgradeInit
MsgChannelUpgradeInitResponse defines the MsgChannelUpgradeInit response type
MsgChannelUpgradeOpen defines the request type for the ChannelUpgradeOpen rpc
MsgChannelUpgradeOpenResponse defines the MsgChannelUpgradeOpen response type
MsgChannelUpgradeTimeout defines the request type for the ChannelUpgradeTimeout
rpc
MsgChannelUpgradeTimeoutRepsonse defines the MsgChannelUpgradeTimeout response
type
MsgChannelUpgradeTry defines the request type for the ChannelUpgradeTry rpc
MsgChannelUpgradeTryResponse defines the MsgChannelUpgradeTry response type
ibc.core.channel.v1.MsgPruneAcknowledgements
ibc.core.channel.v1.MsgPruneAcknowledgementsResponse
MsgRecvPacket receives incoming IBC packet
ibc.core.channel.v1.MsgRecvPacketResponse
MsgTimeout receives timed-out packet
ibc.core.channel.v1.MsgTimeoutOnClose
ibc.core.channel.v1.MsgTimeoutOnCloseResponse
ibc.core.channel.v1.MsgTimeoutResponse
ibc.core.channel.v1.MsgUpdateParams
ibc.core.channel.v1.MsgUpdateParamsResponse
Packet defines a type that carries data across different chains through IBC
ResponseResultType defines the possible outcomes of the execution of a message
ibc.core.client.v1.ConsensusStateWithHeight
ibc.core.client.v1.Params
ibc.core.client.v1.QueryClientParamsResponse
ibc.core.client.v1.QueryClientStateResponse
ibc.core.client.v1.QueryClientStatesResponse
ibc.core.client.v1.QueryClientStatusResponse
QueryConsensusStateHeightsResponse is the response type for the
Query/ConsensusStateHeights RPC method
QueryConsensusStateResponse is the response type for the Query/ConsensusState
RPC method
QueryConsensusStatesResponse is the response type for the Query/ConsensusStates
RPC method
ibc.core.client.v1.QueryUpgradedClientStateResponse
ibc.core.client.v1.QueryUpgradedConsensusStateResponse
MsgCreateClient defines a message to create an IBC client
ibc.core.client.v1.MsgCreateClientResponse
MsgIBCSoftwareUpgrade defines the message used to schedule an upgrade of an IBC
client using a v1 governance proposal
ibc.core.client.v1.MsgIBCSoftwareUpgradeResponse
ibc.core.client.v1.MsgRecoverClient
ibc.core.client.v1.MsgRecoverClientResponse
ibc.core.client.v1.MsgSubmitMisbehaviour
ibc.core.client.v1.MsgSubmitMisbehaviourResponse
ibc.core.client.v1.MsgUpdateClient
ibc.core.client.v1.MsgUpdateClientResponse
ibc.core.client.v1.MsgUpdateParams
ibc.core.client.v1.MsgUpdateParamsResponse
MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client
state
ibc.core.client.v1.MsgUpgradeClientResponse
MerklePrefix is merkle path prefixed to the key. The constructed key from the
Path and the key will be append(Path.KeyPath, append(Path.KeyPrefix, key...))
ibc.core.connection.v1.Counterparty
ibc.core.connection.v1.MsgConnectionOpenAck
ibc.core.connection.v1.MsgConnectionOpenAckResponse
ibc.core.connection.v1.MsgConnectionOpenConfirm
ibc.core.connection.v1.MsgConnectionOpenConfirmResponse
ibc.core.connection.v1.MsgConnectionOpenInit
ibc.core.connection.v1.MsgConnectionOpenInitResponse
ibc.core.connection.v1.MsgConnectionOpenTry
ibc.core.connection.v1.MsgConnectionOpenTryResponse
ibc.core.connection.v1.MsgUpdateParams
ibc.core.connection.v1.MsgUpdateParamsResponse
ibc.core.connection.v1.Params
ibc.core.connection.v1.Version
ibc.core.connection.v1.ConnectionEnd
ibc.core.connection.v1.IdentifiedConnection
QueryClientConnectionsResponse is the response type for the
Query/ClientConnections RPC method
QueryConnectionClientStateResponse is the response type for the
Query/ConnectionClientState RPC method
QueryConnectionConsensusStateResponse is the response type for the
Query/ConnectionConsensusState RPC method
ibc.core.connection.v1.QueryConnectionParamsResponse
ibc.core.connection.v1.QueryConnectionResponse
ibc.core.connection.v1.QueryConnectionsResponse
ibc.core.connection.v1.State
stwartchain.core.DailyStats
stwartchain.core.Params
stwartchain.core.QueryAllStatsResponse
stwartchain.core.QueryGetStatsResponse
stwartchain.core.QueryModulesAddressesResponse
stwartchain.core.QueryParamsResponse
stwartchain.core.Stats
stwartchain.core.MsgFees
stwartchain.core.MsgFeesResponse
stwartchain.core.MsgIssue
stwartchain.core.MsgIssueResponse
stwartchain.core.MsgRefReward
stwartchain.core.MsgRefRewardResponse
stwartchain.core.MsgRefund
stwartchain.core.MsgRefundResponse
stwartchain.core.MsgSend
stwartchain.core.MsgSendResponse
stwartchain.core.MsgUpdateParams
stwartchain.core.MsgUpdateParamsResponse
stwartchain.core.MsgWithdraw
stwartchain.core.MsgWithdrawResponse
stwartchain.exchanger.Params
stwartchain.exchanger.QueryParamsResponse
stwartchain.exchanger.MsgExchange
stwartchain.exchanger.MsgExchangeResponse
stwartchain.exchanger.MsgUpdateParams
stwartchain.exchanger.MsgUpdateParamsResponse
stwartchain.faucet.Params
stwartchain.faucet.QueryAllTokensResponse
stwartchain.faucet.QueryGetTokensResponse
stwartchain.faucet.QueryParamsResponse
stwartchain.faucet.Tokens
stwartchain.faucet.MsgCreateTokens
stwartchain.faucet.MsgCreateTokensResponse
stwartchain.faucet.MsgDeleteTokens
stwartchain.faucet.MsgDeleteTokensResponse
stwartchain.faucet.MsgIssue
stwartchain.faucet.MsgIssueResponse
stwartchain.faucet.MsgUpdateParams
stwartchain.faucet.MsgUpdateParamsResponse
stwartchain.faucet.MsgUpdateTokens
stwartchain.faucet.MsgUpdateTokensResponse
stwartchain.feepolicy.Address
stwartchain.feepolicy.Fees
stwartchain.feepolicy.Params
stwartchain.feepolicy.QueryAllAddressesResponse
stwartchain.feepolicy.QueryAllTariffResponse
stwartchain.feepolicy.QueryAllTariffsResponse
stwartchain.feepolicy.QueryGetAddressesResponse
stwartchain.feepolicy.QueryGetTariffResponse
stwartchain.feepolicy.QueryGetTariffsResponse
stwartchain.feepolicy.QueryParamsResponse
stwartchain.feepolicy.Tariff
stwartchain.feepolicy.Tariffs
stwartchain.feepolicy.MsgCreateAddresses
stwartchain.feepolicy.MsgCreateAddressesResponse
stwartchain.feepolicy.MsgCreateTariffs
stwartchain.feepolicy.MsgCreateTariffsResponse
stwartchain.feepolicy.MsgDeleteAddresses
stwartchain.feepolicy.MsgDeleteAddressesResponse
stwartchain.feepolicy.MsgDeleteTariffs
stwartchain.feepolicy.MsgDeleteTariffsResponse
stwartchain.feepolicy.MsgUpdateAddresses
stwartchain.feepolicy.MsgUpdateAddressesResponse
stwartchain.feepolicy.MsgUpdateParams
stwartchain.feepolicy.MsgUpdateParamsResponse
stwartchain.feepolicy.MsgUpdateTariffs
stwartchain.feepolicy.MsgUpdateTariffsResponse
stwartchain.rates.Addresses
stwartchain.rates.Params
stwartchain.rates.QueryAllAddressesResponse
stwartchain.rates.QueryAllRatesResponse
stwartchain.rates.QueryGetAddressesResponse
stwartchain.rates.QueryGetRatesResponse
stwartchain.rates.QueryParamsResponse
stwartchain.rates.Rates
stwartchain.rates.MsgCreateAddresses
stwartchain.rates.MsgCreateAddressesResponse
stwartchain.rates.MsgCreateRates
stwartchain.rates.MsgCreateRatesResponse
stwartchain.rates.MsgDeleteAddresses
stwartchain.rates.MsgDeleteAddressesResponse
stwartchain.rates.MsgDeleteRates
stwartchain.rates.MsgDeleteRatesResponse
stwartchain.rates.MsgUpdateAddresses
stwartchain.rates.MsgUpdateAddressesResponse
stwartchain.rates.MsgUpdateParams
stwartchain.rates.MsgUpdateParamsResponse
stwartchain.rates.MsgUpdateRates
stwartchain.rates.MsgUpdateRatesResponse
stwartchain.referral.Params
stwartchain.referral.QueryAllUserResponse
stwartchain.referral.QueryGetUserResponse
stwartchain.referral.QueryParamsResponse
stwartchain.referral.User
stwartchain.referral.MsgCreateUser
stwartchain.referral.MsgCreateUserResponse
stwartchain.referral.MsgDeleteUser
stwartchain.referral.MsgDeleteUserResponse
stwartchain.referral.MsgSetReferrer
stwartchain.referral.MsgSetReferrerResponse
stwartchain.referral.MsgUpdateParams
stwartchain.referral.MsgUpdateParamsResponse
stwartchain.referral.MsgUpdateUser
stwartchain.referral.MsgUpdateUserResponse
stwartchain.secured.MsgCreateAddresses
stwartchain.secured.MsgCreateAddressesResponse
stwartchain.secured.MsgDeleteAddresses
stwartchain.secured.MsgDeleteAddressesResponse
stwartchain.secured.MsgUpdateAddresses
stwartchain.secured.MsgUpdateAddressesResponse
stwartchain.secured.MsgUpdateParams
stwartchain.secured.MsgUpdateParamsResponse
stwartchain.secured.Params
stwartchain.secured.Addresses
stwartchain.secured.QueryAllAddressesResponse
stwartchain.secured.QueryGetAddressesResponse
stwartchain.secured.QueryParamsResponse
stwartchain.stake.Params
stwartchain.stake.QueryAllStakeResponse
stwartchain.stake.QueryGetStakeResponse
stwartchain.stake.QueryParamsResponse
stwartchain.stake.Stake
stwartchain.stake.MsgUpdateParams
stwartchain.stake.MsgUpdateParamsResponse
stwartchain.stats.AssetDailyStats
stwartchain.stats.AssetStats
stwartchain.stats.FeeDailyStats
stwartchain.stats.FeeStats
stwartchain.stats.Params
stwartchain.stats.QueryAllFeeStatsResponse
stwartchain.stats.QueryAssetStatsResponse
stwartchain.stats.QueryGetFeeStatsResponse
stwartchain.stats.QueryParamsResponse
stwartchain.stats.QueryUserStatsResponse
stwartchain.stats.UserStats
stwartchain.stats.MsgUpdateParams
stwartchain.stats.MsgUpdateParamsResponse
stwartchain.stwart.Params
stwartchain.stwart.QueryParamsResponse
stwartchain.stwart.MsgUpdateParams
stwartchain.stwart.MsgUpdateParamsResponse
stwartchain.systemrewards.DailyStats
stwartchain.systemrewards.Params
stwartchain.systemrewards.QueryAllStatsResponse
stwartchain.systemrewards.QueryGetStatsResponse
stwartchain.systemrewards.QueryParamsResponse
stwartchain.systemrewards.QueryStatsByDateResponse
stwartchain.systemrewards.Stats
stwartchain.systemrewards.MsgUpdateParams
stwartchain.systemrewards.MsgUpdateParamsResponse
stwartchain.users.DailyStats
stwartchain.users.Params
stwartchain.users.QueryAllStatsResponse
stwartchain.users.QueryAllUniqueUsersResponse
stwartchain.users.QueryGetStatsResponse
stwartchain.users.QueryGetUniqueUsersResponse
stwartchain.users.QueryParamsResponse
stwartchain.users.QueryStatsByDateResponse
stwartchain.users.QueryTotalResponse
stwartchain.users.Stats
stwartchain.users.UniqueUserAddresses
stwartchain.users.UniqueUsers
stwartchain.users.MsgUpdateParams
stwartchain.users.MsgUpdateParamsResponse
Footer © 2022 GitHub, Inc. Footer navigation