toMintInfo method

MintInfo toMintInfo()

Implementation

MintInfo toMintInfo() {
  return MintInfo(policyID: toPolicyId(), assets: toMintAsset());
}