Trait linera_chain::types::CertificateValue
source · pub trait CertificateValue: Clone {
const KIND: CertificateKind;
// Required methods
fn chain_id(&self) -> ChainId;
fn epoch(&self) -> Epoch;
fn height(&self) -> BlockHeight;
fn required_blob_ids(&self) -> BTreeSet<BlobId>;
}
Required Associated Constants§
const KIND: CertificateKind
Required Methods§
fn chain_id(&self) -> ChainId
fn epoch(&self) -> Epoch
fn height(&self) -> BlockHeight
fn required_blob_ids(&self) -> BTreeSet<BlobId>
Object Safety§
This trait is not object safe.