ACINQ / bitcoin-kmp

Kotlin Multiplatform Bitcoin Library
Apache License 2.0
68 stars 15 forks source link

Get serialized raw transaction from signed PSBT #139

Closed 1440000bytes closed 1 month ago

1440000bytes commented 1 month ago

What is the best way to get serialized raw transaction from a signed PSBT using bitcoin-kmp library?

1440000bytes commented 1 month ago

Found the relevant code: https://github.com/ACINQ/bitcoin-kmp/blob/d633793232759d007ecb1d0c82bb55ab93bafb63/src/commonMain/kotlin/fr/acinq/bitcoin/psbt/Psbt.kt#L538