Type Alias precompile_utils::solidity::codec::bytes::UnboundedBytes
source · pub type UnboundedBytes = BoundedBytesString<BytesKind, ConstU32<{ u32::MAX }>>;
Aliased Type§
struct UnboundedBytes { /* private fields */ }