mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-08 07:16:43 +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;
|
|
} |