pub type EthereumTxInput = BoundedVec<u8, ConstU32<MAX_ETHEREUM_TX_INPUT_SIZE>>;

Aliased Type§

struct EthereumTxInput(/* private fields */);