New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

antier-gnosis-safe

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antier-gnosis-safe - npm Package Compare versions

Comparing version

to
1.1.9

4

dist/lib/gnosis.service.d.ts
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