mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-07 06:56:45 +00:00
9 lines
No EOL
318 B
Java
9 lines
No EOL
318 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;
|
|
exports com.sparrowwallet.drongo.crypto;
|
|
} |