Skip to content

funds-manager: Add endpoint to fetch token balances for hot wallets

Sign in for the full log view
GitHub Actions / clippy failed Jul 30, 2024 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0-nightly (3cbb93223 2024-03-13)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (3cbb932 2024-03-13)

Annotations

Check failure on line 9 in funds-manager/funds-manager-server/src/handlers.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `funds_manager_api::HotWalletBalancesResponse`

error[E0432]: unresolved import `funds_manager_api::HotWalletBalancesResponse`
 --> funds-manager/funds-manager-server/src/handlers.rs:9:5
  |
9 |     HotWalletBalancesResponse, WithdrawFeeBalanceRequest, WithdrawFundsRequest, WithdrawGasRequest,
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `HotWalletBalancesResponse` in the root

Check failure on line 14 in funds-manager/funds-manager-server/src/custody_client/hot_wallets.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `funds_manager_api::TokenBalance`, `funds_manager_api::WalletWithBalances`

error[E0432]: unresolved imports `funds_manager_api::TokenBalance`, `funds_manager_api::WalletWithBalances`
  --> funds-manager/funds-manager-server/src/custody_client/hot_wallets.rs:14:25
   |
14 | use funds_manager_api::{TokenBalance, WalletWithBalances};
   |                         ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `WalletWithBalances` in the root
   |                         |
   |                         no `TokenBalance` in the root