pub type DbSubstateValue = Vec<u8>;
Expand description

A raw substate value stored by the database.

Aliased Type§

struct DbSubstateValue {
    buf: RawVec<u8>,
    len: usize,
}

Fields§

§buf: RawVec<u8>§len: usize