[−][src]Crate pallet_bridge
Bridge
The Bridge module is the primary interface for submitting external messages to the parachain.
Implementation
Before a Message is dispatched to a target Application, it is submitted to a Verifier for verification. The target application is determined using the AppId submitted along with the message.
Interface
Dispatchable Calls
submit: Submit a message for verification and dispatch.
Structs
| Module |
Enums
| Call | Dispatchable calls. |
| Error | |
| Event | Events for this module. |
Traits
| Trait |