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

@midcontract/protocol

Package Overview
Dependencies
Maintainers
1
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.22 to 1.0.0-rc.23

dist/ccip-BRuQ9Zvd.mjs

13

dist/index.d.ts

@@ -122,8 +122,9 @@ // Generated by dts-bundle-generator v9.3.1

getDepositList(depositId: bigint): Promise<Deposit>;
escrowDeposit(input: DepositInput): Promise<TransactionId>;
escrowSubmit(depositId: bigint, data: string): Promise<TransactionId>;
escrowRefill(depositId: bigint, value: number): Promise<TransactionId>;
escrowApprove(input: ApproveInput): Promise<TransactionId>;
escrowClaim(depositId: bigint): Promise<TransactionId>;
escrowWithdraw(depositId: bigint): Promise<TransactionId>;
private getTransactionReceipt;
escrowDeposit(input: DepositInput, waitReceipt?: boolean): Promise<TransactionId>;
escrowSubmit(depositId: bigint, data: string, waitReceipt?: boolean): Promise<TransactionId>;
escrowRefill(depositId: bigint, value: number, waitReceipt?: boolean): Promise<TransactionId>;
escrowApprove(input: ApproveInput, waitReceipt?: boolean): Promise<TransactionId>;
escrowClaim(depositId: bigint, waitReceipt?: boolean): Promise<TransactionId>;
escrowWithdraw(depositId: bigint, waitReceipt?: boolean): Promise<TransactionId>;
transactionByHashWait(hash: Hash): Promise<TransactionData>;

@@ -130,0 +131,0 @@ transactionByHash(hash: Hash, waitReceipt?: boolean): Promise<TransactionData>;

{
"name": "@midcontract/protocol",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc