Type Alias EthereumTxInput

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

Aliased Typeยง

struct EthereumTxInput(/* private fields */);