pub type BytecodeMapped<Bytes = Vec<u8>> = BytecodeMapped<StateRead, Bytes>;Expand description
Shorthand for the BytecodeMapped type representing a mapping to/from state read Ops.
Aliased Typeยง
struct BytecodeMapped<Bytes = Vec<u8>> { /* private fields */ }