Type Alias essential_state_read_vm::BytecodeMapped

source ·
pub type BytecodeMapped<Bytes = Vec<u8>> = BytecodeMapped<Op, 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 */ }