Skip to content

Commit

Permalink
chore: alloy type complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 17, 2024
1 parent 3089d9f commit b55bafd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub trait ServicesContext {
client: &subxt::OnlineClient<Self::Config>,
) -> impl Future<Output = Result<Vec<(subxt::utils::AccountId32, Percent)>, subxt::Error>>;

#[allow(clippy::type_complexity)]
/// Get metadata for a list of operators from the context.
fn get_operators_metadata(
&self,
Expand Down Expand Up @@ -161,6 +162,7 @@ pub trait ServicesContext {
client: &subxt::OnlineClient<Self::Config>,
) -> impl Future<Output = Result<Service<subxt::utils::AccountId32, Number, AssetId>, subxt::Error>>;

#[allow(clippy::type_complexity)]
/// Get delegations for a list of operators from the context.
fn get_operator_delegations(
&self,
Expand Down

0 comments on commit b55bafd

Please sign in to comment.