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

    Interface CborArrayType

    interface CborArrayType {
        isCbor: true;
        type: 4;
        value: readonly Cbor[];
    }
    Index

    Properties

    Properties

    isCbor: true
    type: 4
    value: readonly Cbor[]