Auth
The auth module manages accounts, account numbers, sequences, and module accounts. It underpins every signed transaction.
CLI root: safrochaind query auth
There are no general tx auth subcommands in the default binary (signing flows use other modules). Transactions identify signers via --from and account state comes from here.
Query commands
account,account-info,accountsaddress-by-acc-num,address-bytes-to-string,address-string-to-bytesbech32-prefixmodule-account,module-accountsparams
Example
safrochaind query auth account addr_safro1... --node "$RPC" -o json
safrochaind query auth bech32-prefix --node "$RPC" -o json
Official Cosmos SDK reference: x/auth.