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