Change AccountRpc interfaces
Opened this issue · 0 comments
joojis commented
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