Closed ray-groundx closed 4 years ago
"The result of <0>caver.wallet.keyring.createFromPrivateKey0>, like the result of <0>caver.wallet.keyring.generate0> above, is a <1>SingleKeyring1> instance with an address defined inside it and a [PrivateKey] instance in <0>keyring.key0>."
->
"The result of <0>caver.wallet.keyring.createFromPrivateKey0>, like the result of <0>caver.wallet.keyring.generate0> above, is a <1>SingleKeyring1> instance with an address and a PrivateKey instance defined inside it"
caver.wallet.add
or caver.wallet.newKeyring
returns a Keyring instance after adding it to caver.wallet.
->
caver.wallet.getKeyring
returns a Keyring instance after adding it to caver.wallet.
The example below explains how to create an <0>Account0> instance with multiple private keys that what you want to use (You can create an <0>Account0> instance with multiple public keys via <1>caver.account.create1>).
->
The example below explains how to create an <0>Account0> instance with multiple private keys that you want to use (You can create an <0>Account0> instance with multiple public keys via <1>caver.account.create1>).
caver-js 1.5.0: Getting Started 페이지에서 수정되어야 할 텍스트입니다. 정리되면 PR로 올릴 예정입니다.