--- title: snrd tx bank description: Bank transaction subcommands --- ## Usage ```shell snrd tx bank [flags] ``` ```shell snrd tx bank [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `multi-send` | Send funds from one account to two or more accounts. | | `send` | Send funds from one account to another. | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx bank --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd tx](./snrd_tx) - Parent command