You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@
8
8
Java wrapper for the [Iridium Walletd JSON RPC API](https://wiki.ird.cash/iridium_walletd_rpc_call"Iridium Wiki").
9
9
Method names are 100% compatible but there are some small differences in the signatures (see: [IridiumAPI.java](src/main/java/cash/ird/walletd/IridiumAPI.java)) to avoid signature clashes.
10
10
All return types are unwrapped from any kind of envelope and can therefore be used straight away.
11
-
11
+
12
12
## Usage
13
13
14
+
For `gradle` or `maven` dependency configuration please check the bintray maven repo:
0 commit comments