Type Alias hdk::prelude::bytes::Bytes

source ·
pub type Bytes = ByteBuf;
Expand description

simply alias whatever serde bytes is already doing for Vec<u8>

Aliased Type§

struct Bytes { /* private fields */ }