We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d17d1c5 + 13d91a7 commit af638bbCopy full SHA for af638bb
packages/contract-proxy-kit/src/transactionManagers/TransactionManager.ts
@@ -1,7 +1,7 @@
1
import ContractManager from '../contractManager'
2
import EthLibAdapter, { Contract } from '../ethLibAdapters/EthLibAdapter'
3
import { Address } from '../utils/basicTypes'
4
-import { StandardTransaction, TransactionResult } from '../utils/transactions'
+import { StandardTransaction, TransactionResult, SendOptions } from '../utils/transactions'
5
6
export enum TransactionManagerNames {
7
CpkTxManager = 'CpkTransactionManager',
@@ -31,7 +31,7 @@ export interface ExecTransactionProps {
31
saltNonce: string
32
isDeployed: boolean
33
isConnectedToSafe: boolean
34
- sendOptions: any
+ sendOptions: SendOptions
35
}
36
37
interface TransactionManager {
0 commit comments