mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 23:27:41 +03:00
Strictest / tests / minor improvements
This commit is contained in:
@@ -28,7 +28,7 @@ export default class BalanceGuard {
|
||||
|
||||
private readonly signer: ethers.Signer;
|
||||
|
||||
private readonly logger?: (message: string) => void;
|
||||
private readonly logger?: ((message: string) => void) | undefined
|
||||
|
||||
constructor(
|
||||
balances: Partial<Record<string, Record<'exchange' | 'wallet', BigNumber>>>,
|
||||
|
||||
Reference in New Issue
Block a user