[Notice] KAS SDK caver-java-ext-kas v1.4.0 Released

Tech at Klaytn
Klaytn
Published in
2 min readJul 5, 2021

Today we are excited to announce that the caver-java-ext-kas (Java Software Development Kit of KAS) v1.4.0 has just been released.

Caver-java-ext-kas v1.4.0 supports the KAS KIP-7 API, which is available with caver.kas.kip7 and supports a new feature that migrates Klaytn accounts to KAS .

In addition, a fee payer API with various functions and a key deletion API function have been added to the KAS Wallet API. In addition, some new query parameters have been added to Token History’s integrated token/contract query API.

Also, from caver-java-ext-kas v1.4.0, you can use Node API with a WebSocket provider.

Supports caver.kas.kip7

  • The KIP-7 API can be used via caver.kas.kip7, and the query parameters used in KIP-7 are provided through caver.kas.kip7.queryOptions.

Supports feature for migrating Klaytn account to KAS

  • This feature can be used via caver.wallet.kas.migrateAccount. Please refer to KAS Docs tutorial for more details.

Adds new Token History API functions and query parameters

  • Provides additional functions to query tokens or smart contracts owned by an EOA.
  • Adds query parameters that can be used in some functions of caver.kas.tokenHistory. For more details on the query parameters to be used in each API, please refer to caver-js-ext-kas ref docs.

Adds Wallet API key deletion and fee payer API

  • Adds APIs for adding, deleting and querying fee payers for caver.kas.wallet.
  • Adds an API for deleting generated keys in Wallet API.

Supports WebSocket provider for Node API

For detailed information about caver-java-ext-kas v1.4.0, please refer to https://github.com/ground-x/caver-java-ext-kas/releases/tag/v1.4.0.

To download caver-java-ext-kas, please visit https://search.maven.org/artifact/xyz.groundx.caver/caver-java-ext-kas/1.4.0/jar

--

--