pub type ReceiptAttestation = Attestation<Receipt>;
Aliased Type§
pub struct ReceiptAttestation {
pub public_key: Address,
pub signature: Signature,
pub attested: Receipt,
}
Fields§
§public_key: Address
§signature: Signature
§attested: Receipt