CodeChain-io / CodeChain-io/codechain-sdk-js
Change lock/unlockScript type in AssetTransferInput to Script
未关闭
maintenance
- 主要语言
- TypeScript
- 星标
- 26
- 派生
- 14
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently:
```
class AssetTransferInput {
lockScript: Buffer;
unlockScript: Buffer;
...
}
```
Patch:
```
class AssetTransferInput {
lockScript: Script;
unlockScript: Script;
....
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。