antier-gnosis-safe
Advanced tools
Comparing version
import { ethers } from 'ethers'; | ||
export declare const signForApprover: (multiSigWalletAddress: string, interactWithContract: ethers.Contract, senderWalletAddress: string, method: string, inputs: []) => Promise<any>; | ||
export declare const executeWithApprover: (multiSigWalletAddress: string, interactWithContract: ethers.Contract, senderWalletAddress: string, method: string, inputs: [], approverWithSign: { | ||
export declare const signForApprover: (multiSigWalletAddress: string, interactWithContract: ethers.Contract, senderWalletAddress: string, method: string, inputs: any) => Promise<any>; | ||
export declare const executeWithApprover: (multiSigWalletAddress: string, interactWithContract: ethers.Contract, senderWalletAddress: string, method: string, inputs: any, approverWithSign: { | ||
approverWallet: string; | ||
sign: string; | ||
}[]) => Promise<any>; |
{ | ||
"name": "antier-gnosis-safe", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132731
0