Module traits

Source
Expand description

Traits that make programming against the runtime easier.

Traits§

MaybeIntoEthCall
Trait used to convert from a generated RuntimeCall type to pallet_ethereum::Call<Runtime>.
MaybeIntoEvmCall
Trait used to convert from a generated RuntimeCall type to pallet_evm::Call<Runtime>.

Type Aliases§

AccountIdFor
Type alias for the runtime’s account ID.