Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 707 Bytes

File metadata and controls

12 lines (8 loc) · 707 Bytes

SubmitTransactionRequest

Properties

Name Type Description Notes
wallet_id str
transaction_hex str encoded transaction in hex format
await_propagation bool A boolean flag to wait for transaction to propagate through the network and be registered in the bitcoind and indexer. If set to false, the `send` call will be very fast, but the wallet UTXO state might be invalid for some 500ms. [optional] [default to True]

[Back to Model list] [Back to API list] [Back to README]