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 has been archived by the owner on Jul 23, 2024. It is now read-only.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.5.6-rc-2 Release Notes
New Features
Introduction of IWallet to support various wallet types of Caver.
You can use a class that implements the IWallet interface in caver.wallet. Through this, it is possible to execute logic using the class implementing IWallet in Contract/KIP7/KIP17 without separate implementation modification.