Skip to content

Provide a way to broadcast raw transaction for LDK compatibility #157

@thunderbiscuit

Description

@thunderbiscuit

The LDK library requires a way to broadcast a raw transaction.

To enable this in the language bindings, we'd need to either overload the broadcast() function, enabling it to take raw bytes as an argument (currently takes a PSBT), or provide a utility function that would transform a raw transaction into a PSBT (not sure if that can really be done or how to do it yet, will look into it).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions