Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@network_SignedCertificateTimestamp.hrl
Raw

include/chrobot_extra@protocol@network_SignedCertificateTimestamp.hrl

-record(signed_certificate_timestamp, {
status :: binary(),
origin :: binary(),
log_description :: binary(),
log_id :: binary(),
timestamp :: float(),
hash_algorithm :: binary(),
signature_algorithm :: binary(),
signature_data :: binary()
}).