CodeChain-io / CodeChain-io/codechain-sdk-js

Add key store related functions to the Key module.

未關閉
#262 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
TypeScript
星號
26
分支
14
PR 合併指標
30 天內沒有已合併 PR

描述

- `getKeyStore(): Promise`

Get a list
- `getPlatformAddresses(params?: { keyStore?: KeyStore }): Promise`
- `getAssetTransferAddresses(params?: { keyStore?: KeyStore }): Promise`

Remove an address
- `removeAddress(address: PlatformAddressValue | AssetTransferAddressValue, params?: { keyStore?: KeyStore }): Promise`

Check existence
- `checkAddress(address: PlatformAddressValue | AssetTransferAddressValue, params?: { keyStore?: KeyStore }): Promise`

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

找出 Key 模組並檢查其現有的公開方法,以及 KeyStore、PlatformAddress 和 AssetTransferAddress 型別。比較 SDK 中其他位置的相關金鑰儲存行為,並在可用時執行該模組現有的測試;當所有五個要求的函式都以列出的簽名公開,並具有預期的位址行為時,即表示完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
typescript
領域
blockchain, cryptography
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。