Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 7fa31b5

Browse files
updated README.md
1 parent 546d8e0 commit 7fa31b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Java 8:
1414
<dependency>
1515
<groupId>io.cryptoapis</groupId>
1616
<artifactId>cryptoapis-java-client</artifactId>
17-
<version>1.2.6</version>
17+
<version>1.3.0</version>
1818
</dependency>
1919
```
2020
### Gradle
2121
Java 8:
2222

2323
```java
24-
compile("io.cryptoapis:cryptoapis-java-client:1.2.6")
24+
compile("io.cryptoapis:cryptoapis-java-client:1.3.0")
2525
```
2626

2727
## How to use
@@ -1015,8 +1015,8 @@ System.out.println(res.getResponse());
10151015
| AddressService | BlockchainService | TransactionService | BlockService |
10161016
| ---------------------- | -------------------- | ------------------ | -------------- |
10171017
| getAddressInfo | getBlockchainInfo | getTx x3 | getBlock x2 |
1018-
| getTxsByAddress | | signTransaction | getLatestBlock |
1019-
| generateNewAddress | | getTxByIdxAndLimit | |
1018+
| getTxsByAddress | | getTxByIdxAndLimit | getLatestBlock |
1019+
| generateNewAddress | | | |
10201020
| | | | |
10211021

10221022

0 commit comments

Comments
 (0)