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

    Interface CborByteStringType

    interface CborByteStringType {
        isCbor: true;
        type: 2;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    isCbor: true
    type: 2
    value: Uint8Array