Coda by Ian Macalinao
    Preparing search index...
    type CreateTreeInstructionData = {
        discriminator: ReadonlyUint8Array;
        maxBufferSize: number;
        maxDepth: number;
        public: Option<boolean>;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    maxBufferSize: number

    Maximum number of concurrent, unconflicting modifications the tree's changelog buffer can track. Fixed for the lifetime of the tree.

    maxDepth: number

    Maximum depth of the Merkle tree, i.e. log2 of the maximum number of leaves it can hold. Fixed for the lifetime of the tree.

    public: Option<boolean>

    Optional flag; when true, any signer may mint into the tree, not just the tree delegate. Defaults to false.