Interface IMintOutcome

interface IMintOutcome {
    mintedSupply: string;
    nonce: string;
    tokenIdentifier: string;
    userAddress: string;
}

Properties

mintedSupply: string
nonce: string
tokenIdentifier: string
userAddress: string