Skip to main content

Type Alias: EquitoMessage

EquitoMessage: object

The ubiquitous message structure for cross-chain communication in the Equito protocol. Includes details about the source and destination chains, the sender and receiver applications, and validation data.

Type declaration

blockNumber

blockNumber: bigint

destinationChainSelector

destinationChainSelector: bigint

hashedData

hashedData: Hex

receiver

receiver: CompositeAddress

sender

sender: CompositeAddress

sourceChainSelector

sourceChainSelector: bigint

Defined in

types/message.ts:16