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