snrd query account

Querying subcommands

Usage

snrd query [flags]
snrd query [command]

Available Commands

CommandDescription
authQuerying commands for the auth module
authzQuerying commands for the authz module
bankQuerying commands for the bank module
block-resultsQuery for a committed block’s results by height
blocksQuery for paginated blocks that match a set of events
circuitQuerying commands for the circuit module
comet-validator-setGet the full CometBFT validator set at given height
consensusQuerying commands for the consensus module
dexQuerying commands for the dex module
didQuerying commands for the did module
distributionQuerying commands for the distribution module
dwnQuerying commands for the dwn module
erc20Querying commands for the erc20 module
evidenceQuerying commands for the evidence module
evmQuerying commands for the evm module
feegrantQuerying commands for the feegrant module
feemarketQuerying commands for the fee market module
govQuerying commands for the gov module
groupQuerying commands for the group module
ibcQuerying commands for the IBC module
ibc-feeIBC relayer incentivization query subcommands
ibc-transferIBC fungible token transfer query subcommands
ibc-wasmIBC wasm manager module query subcommands
interchain-accountsIBC interchain accounts query subcommands
mintQuerying commands for the mint module
nftQuerying commands for the nft module
paramsQuerying commands for the params module
ratelimitQuerying commands for the ratelimit module
slashingQuerying commands for the slashing module
stakingQuerying commands for the staking module
svcQuerying commands for the svc module
tokenfactoryQuerying commands for the tokenfactory module
txQuery for a transaction by hash, “addr/seq” combination or comma-separated signatures in a committed block
txsQuery for paginated transactions that match a set of events
upgradeQuerying commands for the upgrade module
wait-txWait for a transaction to be included in a block

Flags

chain-id
string
The network chain ID
help
string
for query

Global Flags

broadcast-mode
string
default:"sync"
Transaction broadcasting mode (sync|async)
fees
string
Fees to pay along with transaction; eg: 10aatom
from
string
Name or address of private key with which to sign
gas-adjustment
float
default:"1"
adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored
gas-prices
string
Gas prices to determine the transaction fee (e.g. 10aatom)
home
string
default:"/Users/prad/.sonr"
directory for config and data
keyring-backend
string
default:"os"
Select keyring’s backend
log_format
string
default:"plain"
The logging format (json|plain)
log_level
string
default:"info"
The logging level (trace|debug|info|warn|error|fatal|panic|disabled or ’*:<level>,<key>:<level>’)
log_no_color
string
colored logs
node
string
default:"tcp://localhost:26657"
<host>:<port> to tendermint rpc interface for this chain
trace
string
out full stack trace on errors

Examples

Basic query

snrd query account

See Also