Get desktop application:
View/edit binary Protocol Buffers messages
Service definition for retrieving attestations.
Returns the latest height of the attested chain.
Request message for getting the latest height.
(message has no fields)
Response message for getting the latest height.
The latest height of the attested chain
Retrieves an attestation for a set of packets.
Request message for getting an attestation for a set of packets. This request's parameters does not include a height at the moment, because we are currently only attesting to the latest height, and using the returned height to request a state attestation.
The packets to attest to
The height to attest to the packets at
The type of commitment to attest (packet or acknowledgment) Defaults to COMMITMENT_TYPE_PACKET if not specified (for backward compatibility)
Response message for getting an attestation for a set of packets.
The attestation
Retrieves an attestation for a state at a given height.
Request message for getting an attestation for a state at a given height.
The height to attest to
Response message for getting an attestation for a state at a given height.
The attestation
Attestation is a single attestation from a given block height for the requested data.
Used in: ,
The height of the attestation
The timestamp of the block
The attested data
The attestation signature
Commitment type for packet attestation
Used in:
Packet commitment (for SendPacket events)
Acknowledgment commitment (for WriteAcknowledgement events)
Receipt commitment (for Timeout events - non-membership proof)