Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttestationData

Package version

AttestationData represents either the initTime or runtimeData presented to the attestation service.

Hierarchy

  • AttestationData

Index

Constructors

Properties

Constructors

constructor

  • new AttestationData(data: Uint8Array, isJson?: undefined | false | true): AttestationData

Properties

data

data: Uint8Array

data - Represents the data being transmitted to the attestation service.

isJson

isJson: boolean

isJson - True if the service should treat the data as JSON.

Generated using TypeDoc