Type Alias StartDataForProof

Source
pub type StartDataForProof = StartDataSkeleton<WithHash<CallForest<AccountUpdate>>, CircuitVar<Boolean>>;

Aliased Type§

pub struct StartDataForProof {
    pub account_updates: WithHash<CallForest<AccountUpdateSkeleton<Body>>>,
    pub memo_hash: Fp256<FpParameters>,
    pub will_succeed: CircuitVar<Boolean>,
}

Fields§

§account_updates: WithHash<CallForest<AccountUpdateSkeleton<Body>>>§memo_hash: Fp256<FpParameters>§will_succeed: CircuitVar<Boolean>