Type Alias ethers_core::abi::FixedBytes

source ·
pub type FixedBytes = Vec<u8>;
Expand description

ABI fixed bytes.

Aliased Type§

struct FixedBytes { /* private fields */ }