Smart Contracts
An overview of all the smart contracts used in Telepathy.
Light Client
step(LightClientStep memory update)struct LightClientStep {
uint256 attestedSlot;
uint256 finalizedSlot;
uint256 participation;
bytes32 finalizedHeaderRoot;
bytes32 executionStateRoot;
Groth16Proof proof;
}Router
Sending
Receiving
Last updated