pub trait OracleApi<Amount, CurrencyId> { // Required method fn convert(amount: &Amount, to: CurrencyId) -> Result<Amount, DispatchError>; }