Type Alias cfx_bytes::Bytes

pub type Bytes = Vec<u8>;
Expand description

Vector of bytes.

Aliased Type§

struct Bytes { /* private fields */ }