CodeChain-io / codechain-sdk-js

CodeChain JavaScript SDK
https://api.codechain.io
ISC License
26 stars 17 forks source link

createIncreaseAssetSupplyTransaction with lockScriptHash #325

Open cubismic opened 5 years ago

cubismic commented 5 years ago

According to src/core/transaction/AssetMintOutput.ts:37, AssetMintOutput could be constructed with lockScriptHash. But src/core/index.ts:656 only specifies creating AssetMintOutput with recipient data(AssetTransferAddress).