Some type declarations are wrong.
Closed this issue · 1 comments
sgkim126 commented
- The parameter of
AssetMintOutput.fromJSONis not declared as JSON object.
codechain-sdk-js/src/core/transaction/AssetMintOutput.ts
Lines 13 to 16 in 023fb7e
- The parameter of
AssetTransferOutput.fromJSONis not declared as JSON object.
-
outputfield of the parameter ofAssetMintTransactionshould not be aAssetMintOutput
codechain-sdk-js/src/core/transaction/AssetMintTransaction.ts
Lines 67 to 82 in 023fb7e
joojis commented
Fixed at: #253
Regarding the third item, I changed the constructor implementation instead of changing the type.
(e9e7bd5#diff-f2ab1e482bebb9418aec037539b0b051L82)