codechain-sdk-js
codechain-sdk-js copied to clipboard
Change AccountRpc interfaces
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