mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-31 01:21:09 +00:00
11 lines
No EOL
413 B
Java
11 lines
No EOL
413 B
Java
open 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;
|
|
exports com.sparrowwallet.drongo.crypto;
|
|
exports com.sparrowwallet.drongo.wallet;
|
|
exports com.sparrowwallet.drongo.policy;
|
|
} |