mintAuthority property

Ed25519HDPublicKey? mintAuthority
inherited

Optional authority used to mint new tokens.

The mint authority may only be provided during mint creation. If no mint authority is present then the mint has a fixed supply and no further tokens may be minted.

Implementation

Ed25519HDPublicKey? get mintAuthority => throw _privateConstructorUsedError;