Type Definition subxt::rpc::types::DryRunResult
source · pub type DryRunResult = Result<(), DryRunError>;
Expand description
Signal what the result of doing a dry run of an extrinsic is.
pub type DryRunResult = Result<(), DryRunError>;
Signal what the result of doing a dry run of an extrinsic is.