Left Curve Software Stack
    Preparing search index...

    Type Alias InternalNode

    type InternalNode = {
        leftHash: string | null;
        rightHash: string | null;
    }
    Index

    Properties

    Properties

    leftHash: string | null
    rightHash: string | null