pub type GetAncestryV2Response = Option<ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<StateBodyHashV1>, MinaBlockBlockStableV2)>>;
Aliased Type§
pub enum GetAncestryV2Response {
None,
Some(ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<BigInt>, MinaBlockBlockStableV2)>),
}
Variants§
None
No value.
Some(ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<BigInt>, MinaBlockBlockStableV2)>)
Some value of type T
.