pub fn pyobject_to_fee_model_any(
obj: &Bound<'_, PyAny>,
) -> PyResult<FeeModelAny>Expand description
Extracts a Python fee model object into a Rust FeeModelAny.
ยงErrors
Returns an error if obj is not a supported fee model binding.
pub fn pyobject_to_fee_model_any(
obj: &Bound<'_, PyAny>,
) -> PyResult<FeeModelAny>Extracts a Python fee model object into a Rust FeeModelAny.
Returns an error if obj is not a supported fee model binding.