CodeChain-io/codechain-sdk-js

createIncreaseAssetSupplyTransaction with lockScriptHash

Opened this issue · 0 comments

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).