Trait everscale_types::models::block::BlockSignatureExt
source · pub trait BlockSignatureExt {
// Required method
fn check_signatures(
&self,
list: &[ValidatorDescription],
data: &[u8]
) -> Result<u64, Error>;
}Expand description
Signature verification utils.
Required Methods§
sourcefn check_signatures(
&self,
list: &[ValidatorDescription],
data: &[u8]
) -> Result<u64, Error>
fn check_signatures( &self, list: &[ValidatorDescription], data: &[u8] ) -> Result<u64, Error>
Verifies signatures for the specified data and the provided list of nodes.