Struct everscale_types::models::block::BlockSignature
source · pub struct BlockSignature {
pub node_id_short: CellHash,
pub signature: Signature,
}Expand description
Block signature pair.
Fields§
§node_id_short: CellHashSigner node short id.
signature: SignatureSignature data.
Trait Implementations§
source§impl Clone for BlockSignature
impl Clone for BlockSignature
source§fn clone(&self) -> BlockSignature
fn clone(&self) -> BlockSignature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlockSignature
impl Debug for BlockSignature
source§impl<'tlb> Load<'tlb> for BlockSignature
impl<'tlb> Load<'tlb> for BlockSignature
source§impl Store for BlockSignature
impl Store for BlockSignature
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.