--- title: snrd tx description: Transactions subcommands --- ## Usage ```shell snrd tx [flags] ``` ```shell snrd tx [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `auth` | Transactions commands for the auth module | | `authz` | Authorization transactions subcommands | | `bank` | Bank transaction subcommands | | `broadcast` | Broadcast transactions generated offline | | `circuit` | Transactions commands for the circuit module | | `consensus` | Transactions commands for the consensus module | | `crisis` | Transactions commands for the crisis module | | `decode` | Decode a binary encoded transaction string | | `dex` | dex transactions subcommands | | `did` | Transactions commands for the did module | | `distribution` | Distribution transactions subcommands | | `dwn` | Transactions commands for the dwn module | | `encode` | Encode transactions generated offline | | `erc20` | erc20 subcommands | | `evidence` | Evidence transaction subcommands | | `evm` | evm subcommands | | `feegrant` | Feegrant transactions sub-commands | | `feemarket` | Transactions commands for the feemarket module | | `gov` | Governance transactions subcommands | | `group` | Group transaction subcommands | | `ibc` | IBC transaction subcommands | | `ibc-fee` | IBC relayer incentivization transaction subcommands | | `ibc-transfer` | IBC fungible token transfer transaction subcommands | | `ibc-wasm` | IBC wasm manager module transaction subcommands | | `interchain-accounts` | IBC interchain accounts transaction subcommands | | `mint` | Transactions commands for the mint module | | `multi-sign` | Generate multisig signatures for transactions generated offline | | `multisign-batch` | Assemble multisig transactions in batch from batch signatures | | `nft` | Transactions commands for the nft module | | `ratelimit` | Transactions commands for the ratelimit module | | `sign` | Sign a transaction generated offline | | `sign-batch` | Sign transaction batch files | | `simulate` | Simulate the gas usage of a transaction | | `slashing` | Transactions commands for the slashing module | | `staking` | Staking transaction subcommands | | `svc` | Transactions commands for the svc module | | `tokenfactory` | tokenfactory transactions subcommands | | `upgrade` | Upgrade transaction subcommands | | `validate-signatures` | validate transactions signatures | | `vesting` | Vesting transaction subcommands | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd](./snrd) - Parent command