Bytes

Type Alias Bytes 

Source
pub type Bytes = Vec<u8>;
Expand description

ABI bytes.

Aliased Typeยง

pub struct Bytes { /* private fields */ }