The mint activity details

Mint

interface Mint {
    to: string;
    amount: string;
    asset: ActivityAsset;
}

Properties

Properties

to: string

The account address the asset was minted to

Mint

amount: string

The minted amount

Mint

Mint