CodeChain-io / CodeChain-io/codechain-sdk-js
Change AccountRpc interfaces
Aperta
account
breaking-change
rpc
- Lingua principale
- TypeScript
- Stelle
- 26
- Fork
- 14
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.