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

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

Something that tracks pos (in an MMR).

Required methods

fn pos(&self) -> u64

Accessor for the underlying (MMR) pos.

Loading content...

Implementors

impl PosEntry for CommitPos[src]

Loading content...