Socket
Socket
Sign inDemoInstall

@midcontract/protocol

Package Overview
Dependencies
15
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.18 to 1.0.0-rc.19

dist/ccip-B3Tno9Fm.js

17

dist/index.d.ts

@@ -30,5 +30,5 @@ // Generated by dts-bundle-generator v9.3.1

readonly recipient: Address;
readonly token: Address;
readonly amount: bigint;
readonly amountToClaim: bigint;
readonly token: SymbolToken;
readonly amount: number;
readonly amountToClaim: number;
readonly status: DepositStatus;

@@ -41,5 +41,5 @@ readonly timeLock: bigint;

Address,
Address,
bigint,
bigint,
SymbolToken,
number,
number,
DepositStatus,

@@ -65,5 +65,5 @@ bigint,

depositId: bigint;
valueApprove: number;
valueApprove?: number;
valueAdditional?: number;
recipient: Address;
recipient?: Address;
token?: SymbolToken;

@@ -107,2 +107,3 @@ }

escrowSubmit(depositId: bigint, data: string): Promise<TransactionStatus>;
escrowRefill(depositId: bigint, value: number): Promise<TransactionStatus>;
escrowApprove(input: ApproveInput): Promise<TransactionStatus>;

@@ -109,0 +110,0 @@ escrowClaim(depositId: bigint): Promise<TransactionStatus>;

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

@@ -5,0 +5,0 @@ "keywords": [

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