[][src]Trait pallet_bridge::Trait

pub trait Trait: Trait {
    type Event: From<Event> + Into<Self::Event>;
    type Verifier: Verifier<Self::AccountId>;
    type AppETH: Application;
    type AppERC20: Application;
}

Associated Types

type Event: From<Event> + Into<Self::Event>

type Verifier: Verifier<Self::AccountId>

The verifier module responsible for verifying submitted messages.

type AppETH: Application

ETH Application

type AppERC20: Application

ERC20 Application

Loading content...

Implementors

Loading content...