CodeChain-io / CodeChain-io/codechain-sdk-js
Change AccountRpc interfaces
Đang mở
account
breaking-change
rpc
- Ngôn ngữ chính
- TypeScript
- Star
- 26
- Fork
- 14
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```
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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.