pub type StartData = StartDataSkeleton<CallForest<AccountUpdate>, bool>;Aliased Type§
pub struct StartData {
pub account_updates: CallForest<AccountUpdateSkeleton<Body>>,
pub memo_hash: Fp<MontBackend<FqConfig, 4>, 4>,
pub will_succeed: bool,
}Fields§
§account_updates: CallForest<AccountUpdateSkeleton<Body>>§memo_hash: Fp<MontBackend<FqConfig, 4>, 4>§will_succeed: bool