Interface IUpdateAttributesOutcome

interface IUpdateAttributesOutcome {
    attributes: Buffer;
    nonce: string;
    tokenIdentifier: string;
}

Properties

attributes: Buffer
nonce: string
tokenIdentifier: string