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)