Type Alias distance_oracle::runtime::preimage::calls::types::note_preimage::Bytes
source · pub type Bytes = Vec<u8>;Aliased Type§
struct Bytes {
buf: RawVec<u8>,
len: usize,
}Fields§
§buf: RawVec<u8>§len: usize