-
Notifications
You must be signed in to change notification settings - Fork 33
account sign raw transaction Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Signs transaction inputs that are not yet signed.
The input is a hex encoded transaction or PartiallySignedTransaction. This format is automatically used by commands such as staking-decommission-pool-request.
Once all signatures are complete, the result can be broadcast to the network using node-submit-transaction.
account-sign-raw-transaction <TRANSACTION>
-
<TRANSACTION>: Hex encoded transaction or PartiallySignedTransaction.
This command is available in cold wallet mode (--cold-wallet), making it suitable for air-gapped signing workflows: compose a transaction on a hot machine, transfer the hex to a cold wallet for signing, then broadcast the result.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG