DasApiNftEdition: {
    edition_address: string;
    edition_number: number;
    mint_address: string;
}

Individual NFT edition information

Type declaration

  • edition_address: string

    The address of the edition

  • edition_number: number

    The edition number

  • mint_address: string

    The mint address of the edition

Generated using TypeDoc