Mint constructor

Mint(
  1. List<MintInfo> mint
)

Constructs a Mint instance.

Implementation

Mint(List<MintInfo> mint) : mints = List<MintInfo>.unmodifiable(mint);