diff --git a/sdk/src/ctx.rs b/sdk/src/ctx.rs index 8e3def31..528da27d 100644 --- a/sdk/src/ctx.rs +++ b/sdk/src/ctx.rs @@ -127,6 +127,7 @@ pub trait ServicesContext { client: &subxt::OnlineClient, ) -> impl Future, subxt::Error>>; + #[allow(clippy::type_complexity)] /// Get metadata for a list of operators from the context. fn get_operators_metadata( &self, @@ -161,6 +162,7 @@ pub trait ServicesContext { client: &subxt::OnlineClient, ) -> impl Future, subxt::Error>>; + #[allow(clippy::type_complexity)] /// Get delegations for a list of operators from the context. fn get_operator_delegations( &self,