CodeChain-io/codechain-sdk-js

Change AccountRpc interfaces

Opened this issue · 0 comments

before: create(passphrase?: string)
after: create(options?: { passphrase?: string })

before: importRaw(secret: H256Value, passphrase?: string)
after: importRaw(options?: { secret: H256Value, passphrase?: string })

remove

sign

unlock