MintCounter: {
    count: number;
    header: AccountHeader;
    publicKey: PublicKey<string>;
}

PDA to track the number of mints for an individual address.

Type declaration

Generated using TypeDoc