Type Alias astar_primitives::ethereum_checked::EthereumTxInput

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

Aliased Type§

struct EthereumTxInput(/* private fields */);