Trait parity_machine::WithMetadataHeader[][src]

pub trait WithMetadataHeader: Header {
    fn metadata(&self) -> Option<&[u8]>;
}

A header with metadata information.

Required Methods

Get the current header metadata.

Implementors