Type Alias radicle_cob::change::store::Contents

source ·
pub type Contents = NonEmpty<Vec<u8>>;
Expand description

Entry contents. This is the change payload.

Aliased Type§

struct Contents {
    pub head: Vec<u8>,
    pub tail: Vec<Vec<u8>>,
}

Fields§

§head: Vec<u8>§tail: Vec<Vec<u8>>