MintAssets constructor

MintAssets(
  1. Map<AssetName, BigInt> assets
)

Constructs a MintAssets instance.

Implementation

MintAssets(Map<AssetName, BigInt> assets)
    : assets = Map<AssetName, BigInt>.unmodifiable(assets);