pub type GetTransitionChainProofV1ForV2Response = Option<(StateHashV1, List<StateBodyHashV1>)>;
Aliased Type§
pub enum GetTransitionChainProofV1ForV2Response {
None,
Some((BigInt, List<BigInt>)),
}
pub type GetTransitionChainProofV1ForV2Response = Option<(StateHashV1, List<StateBodyHashV1>)>;
pub enum GetTransitionChainProofV1ForV2Response {
None,
Some((BigInt, List<BigInt>)),
}