Trait linera_chain::test::VoteTestExt

source ·
pub trait VoteTestExt<T>: Sized {
    // Required method
    fn into_certificate(self) -> GenericCertificate<T>;
}

Required Methods§

source

fn into_certificate(self) -> GenericCertificate<T>

Returns a certificate for a committee consisting only of this validator.

Object Safety§

This trait is not object safe.

Implementors§