Type Alias AddStateMachinesResult

Source
pub type AddStateMachinesResult = Result<(), AddStateMachinesError>;
Expand description

Re-exporting of everything from fedimint_client_module

This should be removed when the splitting of fedimint_client_module is complete.

Aliased Type§

enum AddStateMachinesResult {
    Ok(()),
    Err(AddStateMachinesError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AddStateMachinesError)

Contains the error value