Type Alias GetAncestryV2Response

Source
pub type GetAncestryV2Response = Option<ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<StateBodyHashV1>, MinaBlockBlockStableV2)>>;

Aliased Type§

pub enum GetAncestryV2Response {
    None,
    Some(ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<BigInt>, MinaBlockBlockStableV2)>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(ProofCarryingDataWithHashV1<MinaBlockBlockStableV2, (List<BigInt>, MinaBlockBlockStableV2)>)

Some value of type T.