--- title: snrd tx dwn description: Transactions commands for the dwn module --- ## Usage ```shell snrd tx dwn [flags] ``` ```shell snrd tx dwn [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `permissions-grant` | Grants permissions in the DWN | | `permissions-revoke` | Revokes permissions in the DWN | | `protocols-configure` | Configures a protocol in the DWN | | `records-delete` | Deletes a record from the DWN | | `records-write` | Creates or updates a record in the DWN | | `rotate-vault-keys` | Execute the RotateVaultKeys RPC method | | `update-params` | Execute the UpdateParams RPC method | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx dwn --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd tx](./snrd_tx) - Parent command