TreeConfigAccountDataArgs: {
    isDecompressible: DecompressibleStateArgs;
    isPublic: boolean;
    numMinted: number | bigint;
    totalMintCapacity: number | bigint;
    treeCreator: PublicKey;
    treeDelegate: PublicKey;
}

Type declaration

Generated using TypeDoc