Skip to main content
DynamicSDK.instance.bitcoin.buildPsbt constructs an unsigned PSBT without broadcasting it. Use it when you need to inspect, modify, batch, or co-sign a transaction before sending. See What is a PSBT? in the overview for context.

Example

Parameters

Returns

Future<String> — the unsigned PSBT, base64-encoded. Pass it to signPsbt to sign, then to sendRawTransaction to broadcast.

Build → sign → broadcast

Last modified on May 12, 2026