Package org.ldk.structs
Interface Listen.ListenInterface
-
- Enclosing class:
- Listen
public static interface Listen.ListenInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblock_connected(byte[] block, int height)Notifies the listener that a block was added at the given height.voidblock_disconnected(byte[] header, int height)Notifies the listener that a block was removed at the given height.
-