JSON: {
    _additional?: Record<string, HexString>;
    checksumSha256?: HexString;
    url: string;
}

The JSON representation of a Type

Type declaration

  • Optional _additional?: Record<string, HexString>

    Any additional values. These are hex representations of CBOR encoded values.

  • Optional checksumSha256?: HexString

    The checksum SHA-256 of the URL

  • url: string

    The inner url

Generated using TypeDoc