@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Interface HashWithTreeInfo

    Account hash and associated state tree info.

    interface HashWithTreeInfo {
        hash: BN;
        stateTreeInfo: TreeInfo;
    }
    Index

    Properties

    Properties

    hash: BN

    Account hash.

    stateTreeInfo: TreeInfo

    State tree info.