Function t3rn_sdk::execute

source ·
pub fn execute<Hash, AccountId, Balance>(
    execution_id: Option<Hash>,
    f: UserStepHandler<Hash, AccountId, Balance>
) -> Result<(), Error>where
    Hash: Encode + Decode + Clone + Debug + PartialEq + Eq + Default + Copy,
    AccountId: Encode + Decode + Clone + Debug,
    Balance: Encode + Decode + Clone + Debug,
Expand description

Execute all steps, providing the user function to apply to the steps.

This function signals on continuation for each step.