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

    Interface CborUnsignedType

    interface CborUnsignedType {
        isCbor: true;
        type: 0;
        value: CborNumber;
    }
    Index

    Properties

    Properties

    isCbor: true
    type: 0
    value: CborNumber