Interface INFTCreateOutcome

interface INFTCreateOutcome {
    initialQuantity: string;
    nonce: string;
    tokenIdentifier: string;
}

Properties

initialQuantity: string
nonce: string
tokenIdentifier: string