Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@midcontract/protocol

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@midcontract/protocol - npm Package Compare versions

Comparing version 1.0.0-rc.25 to 1.0.0-rc.25-0e212c3

dist/ccip-9g-G7M1-.mjs

12

dist/index.d.ts

@@ -134,3 +134,4 @@ // Generated by dts-bundle-generator v9.3.1

tokenRequireAllowance(owner: Address, amount: number, symbol?: SymbolToken): Promise<void>;
escrowMakeSalt(salt: string): Hash;
escrowMakeSalt(salt: number): Hash;
private numberToBytes32;
escrowMakeDataHash(data: string, salt: Hash): Promise<Hash>;

@@ -161,3 +162,2 @@ getTransactionReceipt(hash: Hash, waitReceipt?: boolean): Promise<TransactionReceipt | null>;

bigint,
bigint,
`0x${string}`

@@ -222,2 +222,8 @@ ];

bigint,
bigint
];
functionName: "refill";
} | {
args: readonly [
bigint,
`0x${string}`,

@@ -288,3 +294,3 @@ `0x${string}`

private send;
private generateRandomString;
private generateRandomNumber;
transactionUrl(transactionHash: Hash): string;

@@ -291,0 +297,0 @@ accountUrl(account: Address): string;

{
"name": "@midcontract/protocol",
"version": "1.0.0-rc.25",
"version": "1.0.0-rc.25-0e212c3",
"description": "Crypto payment protocol with escrow",

@@ -109,3 +109,2 @@ "keywords": [

"abitype": "^1.0.0",
"ethers": "^6.12.1",
"viem": "^2.7.8"

@@ -112,0 +111,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc