Package org.ldk.structs
Class BroadcasterInterface
- java.lang.Object
-
- org.ldk.structs.BroadcasterInterface
-
public class BroadcasterInterface extends Object
An interface to send a transaction to the Bitcoin network.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BroadcasterInterface.BroadcasterInterfaceInterface
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
broadcast_transaction(byte[] tx)
Sends a transaction out to (hopefully) be mined.protected void
finalize()
static BroadcasterInterface
new_impl(BroadcasterInterface.BroadcasterInterfaceInterface arg)
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
new_impl
public static BroadcasterInterface new_impl(BroadcasterInterface.BroadcasterInterfaceInterface arg)
-
broadcast_transaction
public void broadcast_transaction(byte[] tx)
Sends a transaction out to (hopefully) be mined.
-
-