Skip to content

MintCalculatorMint

A mint action authorized by the mint calculator.

struct MintCalculatorMint {
    address recipient;
    uint256 value;
}