mobile-app/app/screens/TransactionAuthorization/api/transaction_signer.ts
Function authenticateFor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
promptPassphrase: () => Promise<string>,
authentication: Authentication<T>,
onAutoRetry: (attempts: number) => Promise<void>,
retries: number = 0,
logger: NativeLoggingProps
Function signTransaction
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
tx: DfTxSigner,
account: WhaleWalletAccount,
onAutoRetry: (attempts: number) => Promise<void>,
retries: number = 0,
logger: NativeLoggingProps