MintAssets constructor
Constructs a MintAssets instance.
Implementation
MintAssets(Map<AssetName, BigInt> assets)
: assets = Map<AssetName, BigInt>.unmodifiable(assets);
Constructs a MintAssets instance.
MintAssets(Map<AssetName, BigInt> assets)
: assets = Map<AssetName, BigInt>.unmodifiable(assets);