BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Enumeration DataType

    Supported data types for envelope values.

    Index

    Enumeration Members

    Arid: "arid"

    ARID: Apparently Random Identifier (ur:arid)

    Bool: "bool"

    Boolean (true or false)

    Cbor: "cbor"

    CBOR data in hex

    Data: "data"

    Binary byte string in hex

    Date: "date"

    Date (ISO 8601)

    Digest: "digest"

    Cryptographic digest (ur:digest)

    Envelope: "envelope"

    Envelope (ur:envelope)

    Known: "known"

    Known Value (number or string)

    Number: "number"

    Numeric value

    String: "string"

    UTF-8 String

    Ur: "ur"

    Uniform Resource (UR)

    Uri: "uri"

    URI

    Uuid: "uuid"

    UUID

    Wrapped: "wrapped"

    Wrapped Envelope (ur:envelope)