Supply information for a digital asset edition.

Tracks max supply, current supply, and edition nonce for print editions.

1.0.0

interface DasSupply {
    edition_nonce: null | number;
    print_current_supply: number;
    print_max_supply: number;
}

Properties

edition_nonce: null | number
print_current_supply: number
print_max_supply: number