Struct apphub_sdk::hdi::prelude::GenesisSelfCheckDataV1
pub struct GenesisSelfCheckDataV1 {
pub dna_info: DnaInfoV1,
pub membrane_proof: Option<Arc<SerializedBytes>>,
pub agent_key: HoloHash<Agent>,
}
Expand description
Data passed into the genesis_self_check callback for verifying the initial chain entries
Fields§
§dna_info: DnaInfoV1
The Dna action (1st record)
membrane_proof: Option<Arc<SerializedBytes>>
The proof of membership provided by the AgentValidationPkg (2nd record)
agent_key: HoloHash<Agent>
The 3rd record of the chain, the agent key
Trait Implementations§
§impl Debug for GenesisSelfCheckDataV1
impl Debug for GenesisSelfCheckDataV1
§impl<'de> Deserialize<'de> for GenesisSelfCheckDataV1
impl<'de> Deserialize<'de> for GenesisSelfCheckDataV1
§fn deserialize<__D>(
__deserializer: __D
) -> Result<GenesisSelfCheckDataV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<GenesisSelfCheckDataV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for GenesisSelfCheckDataV1
impl Serialize for GenesisSelfCheckDataV1
§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 TryFrom<&GenesisSelfCheckDataV1> for SerializedBytes
impl TryFrom<&GenesisSelfCheckDataV1> for SerializedBytes
§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
§fn try_from(
t: &GenesisSelfCheckDataV1
) -> Result<SerializedBytes, SerializedBytesError>
fn try_from( t: &GenesisSelfCheckDataV1 ) -> Result<SerializedBytes, SerializedBytesError>
Performs the conversion.
§impl TryFrom<GenesisSelfCheckDataV1> for SerializedBytes
impl TryFrom<GenesisSelfCheckDataV1> for SerializedBytes
§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
§fn try_from(
t: GenesisSelfCheckDataV1
) -> Result<SerializedBytes, SerializedBytesError>
fn try_from( t: GenesisSelfCheckDataV1 ) -> Result<SerializedBytes, SerializedBytesError>
Performs the conversion.
§impl TryFrom<SerializedBytes> for GenesisSelfCheckDataV1
impl TryFrom<SerializedBytes> for GenesisSelfCheckDataV1
§type Error = SerializedBytesError
type Error = SerializedBytesError
The type returned in the event of a conversion error.
§fn try_from(
sb: SerializedBytes
) -> Result<GenesisSelfCheckDataV1, SerializedBytesError>
fn try_from( sb: SerializedBytes ) -> Result<GenesisSelfCheckDataV1, SerializedBytesError>
Performs the conversion.
Auto Trait Implementations§
impl RefUnwindSafe for GenesisSelfCheckDataV1
impl Send for GenesisSelfCheckDataV1
impl Sync for GenesisSelfCheckDataV1
impl Unpin for GenesisSelfCheckDataV1
impl UnwindSafe for GenesisSelfCheckDataV1
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
§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> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.§impl<T> Upcastable for T
impl<T> Upcastable for T
§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref
§fn upcast_any_box(self: Box<T>) -> Box<dyn Any>
fn upcast_any_box(self: Box<T>) -> Box<dyn Any>
upcast boxed dyn