Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Variable libConst

    lib: {
        Account: typeof Account;
        Block: typeof Block;
        Error: typeof KeetaNetError;
        Ledger: typeof Ledger;
        Node: typeof Node;
        P2P: typeof P2PSwitch;
        Permissions: typeof Permissions;
        Stats: typeof Stats;
        Utils: {
            ASN1: src/lib/utils/asn1;
            Bloom: src/lib/utils/bloom;
            Buffer: src/lib/utils/buffer;
            Certificate: src/lib/utils/certificate;
            Conversion: src/lib/utils/conversion;
            Hash: src/lib/utils/hash;
            Helper: src/lib/utils/helper;
            Initial: src/lib/utils/initial;
        };
        Vote: typeof Vote;
    } = KeetaNet

    Utilities needed for working with KeetaNet

    Type declaration