pub trait CheckCashError { // Required method fn _get_amount_and_deliver_min_error(&self) -> XRPLModelResult<()>; }