pub trait GatewayFederationApi {
// Required method
fn outgoing_contract_expiration<'life0, 'async_trait>(
&'life0 self,
outpoint: OutPoint,
) -> Pin<Box<dyn Future<Output = FederationResult<Option<(ContractId, u64)>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}