CCTPAttestation

Documentation for eth_defi.cctp.attestation.CCTPAttestation Python class.

class CCTPAttestation

Bases: object

Attestation data for a CCTP burn event.

Contains the signed message and attestation needed to call receiveMessage() on the destination chain’s MessageTransmitterV2.

Attributes summary

message

The CCTP message bytes to relay to the destination chain

attestation

The signed attestation bytes from Circle's Iris service

status

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”)

__init__(message, attestation, status)
Parameters
Return type

None