Struct SDLProof
pub struct SDLProof { /* private fields */ }Expand description
Proof of valid State Diff List (SDL)
Implementations§
§impl SDLProof
impl SDLProof
pub const fn new(
id: HashDigest,
shard: u64,
bytes: Vec<u8>,
local_laws_vkey: Option<HashDigest>,
) -> SDLProof
pub const fn new( id: HashDigest, shard: u64, bytes: Vec<u8>, local_laws_vkey: Option<HashDigest>, ) -> SDLProof
Creates a new SDL proof for the SDL referenced by id.
§Parameters
id- identifier of the proven SDLshard- shard the SDL applies tobytes- raw bytes of the prooflocal_laws_vkey- optionally the verification key of the local laws applying to this domain
pub const fn id(&self) -> HashDigest
pub const fn id(&self) -> HashDigest
Returns the identifier of the SDL this proof belongs to
pub const fn local_laws_vkey(&self) -> Option<HashDigest>
pub const fn local_laws_vkey(&self) -> Option<HashDigest>
Returns the verification key of the local laws proved by this proof (if any).
Trait Implementations§
§impl<'de> Deserialize<'de> for SDLProof
impl<'de> Deserialize<'de> for SDLProof
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SDLProof, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SDLProof, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for SDLProof
impl Serialize for SDLProof
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for SDLProof
impl StructuralPartialEq for SDLProof
Auto Trait Implementations§
impl Freeze for SDLProof
impl RefUnwindSafe for SDLProof
impl Send for SDLProof
impl Sync for SDLProof
impl Unpin for SDLProof
impl UnwindSafe for SDLProof
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request