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).
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).