Type Alias pallet_ethereum_checked::pallet::Origin

source ·
pub type Origin<T> = RawOrigin<<T as Config>::AccountId>;

Aliased Type§

enum Origin<T> {
    XcmEthereumTx(<T as Config>::AccountId),
}

Variants§

§

XcmEthereumTx(<T as Config>::AccountId)