Interface IBurnQuantityOutcome

interface IBurnQuantityOutcome {
    burntQuantity: string;
    nonce: string;
    tokenIdentifier: string;
}

Properties

burntQuantity: string
nonce: string
tokenIdentifier: string