icon-project / icon-sdk-python

ICON SDK for Python
45 stars 45 forks source link

Apply to accept PathLike by wallet #72

Closed yakkle closed 1 year ago

yakkle commented 1 year ago

wallet support path-like object as filepath when load and store.

file_path = pathlib.Path("keystore.json")
wallet.load(file_path, "keystore_password")