Left Curve Software Stack
    Preparing search index...

    Type Alias TxProof

    type TxProof = {
        data: Base64;
        proof: { aunts: Base64[]; index: string; leaf_hash: Base64; total: string };
        root_hash: Hex;
    }
    Index

    Properties

    Properties

    data: Base64
    proof: { aunts: Base64[]; index: string; leaf_hash: Base64; total: string }
    root_hash: Hex