CCTPAttestation
Documentation for eth_defi.cctp.attestation.CCTPAttestation Python class.
- class CCTPAttestation
Bases:
objectAttestation data for a CCTP burn event.
Contains the signed message and attestation needed to call
receiveMessage()on the destination chain’s MessageTransmitterV2.Attributes summary
The CCTP message bytes to relay to the destination chain
The signed attestation bytes from Circle's Iris service
Status from Iris API (e.g.
Methods summary
__init__(message, attestation, status)- message: bytes
The CCTP message bytes to relay to the destination chain
- attestation: bytes
The signed attestation bytes from Circle’s Iris service
- status: str
Status from Iris API (e.g. “complete”)