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

    Interface CborNegativeType

    interface CborNegativeType {
        isCbor: true;
        type: 1;
        value: CborNumber;
    }
    Index

    Properties

    Properties

    isCbor: true
    type: 1
    value: CborNumber