mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-03 21:26:45 +00:00
8 lines
No EOL
273 B
Java
8 lines
No EOL
273 B
Java
module com.sparrowwallet.drongo {
|
|
requires org.bouncycastle.provider;
|
|
requires slf4j.api;
|
|
exports com.sparrowwallet.drongo;
|
|
exports com.sparrowwallet.drongo.psbt;
|
|
exports com.sparrowwallet.drongo.protocol;
|
|
exports com.sparrowwallet.drongo.address;
|
|
} |