codechain-sdk-js icon indicating copy to clipboard operation
codechain-sdk-js copied to clipboard

Change AccountRpc interfaces

Open joojis opened this issue 6 years ago • 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

joojis avatar Sep 03 '18 08:09 joojis