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, C: CellFamily> Load<'tlb, C> for BlockSignature
impl<'tlb, C: CellFamily> Load<'tlb, C> for BlockSignature
source§impl<C: CellFamily> Store<C> for BlockSignature
impl<C: CellFamily> Store<C> for BlockSignature
source§fn store_into(
&self,
__builder: &mut CellBuilder<C>,
__finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, __builder: &mut CellBuilder<C>, __finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.