BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface MapEntry

    interface MapEntry {
        key: Cbor;
        value: Cbor;
    }
    Index

    Properties

    Properties

    key: Cbor
    value: Cbor