Interface IAddQuantityOutcome

interface IAddQuantityOutcome {
    addedQuantity: string;
    nonce: string;
    tokenIdentifier: string;
}

Properties

addedQuantity: string
nonce: string
tokenIdentifier: string