Submit a signed transaction to the networkThe submit-transaction command allows you to submit a signed transaction to the Solana network. This is typically used when a previous command (like register) returns a transaction that requires client-side signing before submission. To use it, run the following command from your terminal
Option | Description |
---|---|
-t, --transaction <data> | Signed transaction in base64 format |
--json | Output the result as JSON |
register
that requires client-side signingregister
returns: