[][src]Trait grin_chain::linked_list::PosEntry

pub trait PosEntry: Readable + Writeable + Copy {
    pub fn pos(&self) -> u64;
}

Something that tracks pos (in an MMR).

Required methods

pub fn pos(&self) -> u64[src]

Accessor for the underlying (MMR) pos.

Loading content...

Implementors

impl PosEntry for CommitPos[src]

Loading content...