TreeConfig: {
    discriminator: number[];
    header: AccountHeader;
    isDecompressible: DecompressibleState;
    isPublic: boolean;
    numMinted: bigint;
    publicKey: PublicKey<string>;
    totalMintCapacity: bigint;
    treeCreator: PublicKey<string>;
    treeDelegate: PublicKey<string>;
}

Type declaration

Generated using TypeDoc