Documentation ¶
Overview ¶
Package types hold supplementary types for the explorer service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerParsers ¶
type ServerParsers struct { BridgeParsers map[uint32]*parser.BridgeParser CCTParsers map[uint32]*parser.CCTPParser FastBridgeParsers map[uint32]*parser.RFQParser }
ServerParsers is a custom type for holding parsers for the server.
type ServerRefs ¶
type ServerRefs struct { BridgeRefs map[uint32]*bridgeContract.BridgeRef CCTPRefs map[uint32]*cctpContract.CCTPRef FastBridgeRefs map[uint32]*fastbridgeContract.FastBridgeRef }
ServerRefs is a custom type for holding refs for the server.
Directories ¶
Path | Synopsis |
---|---|
Package bridge provides types for Bridge events.
|
Package bridge provides types for Bridge events. |
Package cctp contains the contract bindings for the SynapseCCTP contract.
|
Package cctp contains the contract bindings for the SynapseCCTP contract. |
Package fastbridge contains the contract bindings for the SynapseRFQ contract.
|
Package fastbridge contains the contract bindings for the SynapseRFQ contract. |
Package messagebus provides types for Message events.
|
Package messagebus provides types for Message events. |
Package swap provides types for Swap events.
|
Package swap provides types for Swap events. |
Click to show internal directories.
Click to hide internal directories.