Interface IBurnOutcome

interface IBurnOutcome {
    burntSupply: string;
    nonce: string;
    tokenIdentifier: string;
    userAddress: string;
}

Properties

burntSupply: string
nonce: string
tokenIdentifier: string
userAddress: string