Documentation
¶
Index ¶
Constants ¶
View Source
const CCIPMessageReceivedEventTopic = 0xc5a40ab3
CCIPMessageReceivedEventTopic is the event topic for Receiver_CCIPMessageReceived event crc32('Receiver_CCIPMessageReceived') = 0xc5a40ab3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CCIPMessageReceived ¶
type CCIPMessageReceived struct {
Message offramp.Any2TVMMessage `tlb:"."`
}
CCIPMessageReceived represents the Receiver_CCIPMessageReceived event emitted by the receiver contract
type Storage ¶
type Storage struct {
ID uint32 `tlb:"## 32"`
Ownable ownable2step.Storage `tlb:"."`
AuthorizedCaller *address.Address `tlb:"addr"`
Behavior Behavior `tlb:"## 8"`
}
Storage represents the storage structure for the CCIP receiver contract.
type UpdateAuthorizedCaller ¶
type UpdateBehavior ¶
type UpdateBehavior struct {
Behavior Behavior `tlb:"## 8"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.