Timestamp

Properties
name data type description
signerCertPath CertPath
timestamp number

Example

{
  "signerCertPath" : {
    "certificates" : [ {
      "type" : "...",
      "publicKey" : { },
      "encoded" : "..."
    }, {
      "type" : "...",
      "publicKey" : { },
      "encoded" : "..."
    } ],
    "type" : "...",
    "encodings" : { },
    "encoded" : "..."
  },
  "timestamp" : 12345.0
}