Socket
Socket
Sign inDemoInstall

@midcontract/protocol

Package Overview
Dependencies
15
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.23 to 1.0.0-rc.24

dist/ccip-7veVC9CD.js

3

dist/index.d.ts

@@ -95,2 +95,3 @@ // Generated by dts-bundle-generator v9.3.1

}
export declare const ZeroAddress = "0x0000000000000000000000000000000000000000";
export declare class MidcontractProtocol {

@@ -122,3 +123,3 @@ private readonly contractList;

escrowMakeDataHash(data: string): Promise<Hash>;
getDepositList(depositId: bigint): Promise<Deposit>;
getDepositList(depositId: bigint): Promise<Deposit | null>;
private getTransactionReceipt;

@@ -125,0 +126,0 @@ escrowDeposit(input: DepositInput, waitReceipt?: boolean): Promise<TransactionId>;

{
"name": "@midcontract/protocol",
"version": "1.0.0-rc.23",
"version": "1.0.0-rc.24",
"description": "Crypto payment protocol with escrow",

@@ -112,3 +112,3 @@ "keywords": [

"devDependencies": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts": "^5.0.2",
"@types/jsdom": "^21.1.6",

@@ -115,0 +115,0 @@ "@types/node": "^20.11.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc