Package org.ldk.impl
Interface bindings.LDKConfirm
-
- Enclosing class:
- bindings
public static interface bindings.LDKConfirm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
best_block_updated(byte[] header, int height)
byte[][]
get_relevant_txids()
void
transaction_unconfirmed(byte[] txid)
void
transactions_confirmed(byte[] header, long[] txdata, int height)
-