stellar_tx_sign
Sign a Stellar transaction envelope using a secret key, identity, or seed phrase, with optional network and HD path settings, so it can be submitted to the blockchain.
Instructions
Sign a transaction envelope
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_xdr | Yes | Transaction XDR to sign (base64) | |
| hd_path | No | HD path if using seed phrase | |
| network | No | Stellar network | |
| sign_with_key | No | Key to sign with (identity, secret key, or seed phrase) |