Build an unsigned tx

Description

Create unsigned transactions for hardware wallets or multi-signature scenarios

Use Cases

  • Hardware wallet integration (Ledger, Trezor)

  • Multi-signature wallet transactions

  • Offline transaction signing

  • Secure key management systems

Key Concepts

  • Public key only - No private key needed for creation

  • External signing - Sign with hardware wallet or secure enclave

  • Serialization - Can be transported and signed elsewhere

  • Unsigned transactions separate transaction creation from signing

Last updated

Was this helpful?