Socket
Socket
Sign inDemoInstall

bls-wallet-clients

Package Overview
Dependencies
58
Maintainers
6
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2-05f8972 to 0.8.2-4f9ddac

6

dist/src/Aggregator.d.ts

@@ -48,10 +48,10 @@ import { ContractReceipt } from "ethers";

*/
export type BlsWallet = {
export type BlsBundleReceipt = {
bundleHash: string;
};
/**
* The bundle receipt returned from a BLS Wallet Aggregator instance. It is a combination of an ethers {@link ContractReceipt} and a {@link BlsWallet} type.
* The bundle receipt returned from a BLS Wallet Aggregator instance. It is a combination of an ethers {@link ContractReceipt} and a {@link BlsBundleReceipt} type.
*/
export type BundleReceipt = ContractReceipt & {
blsWallet: BlsWallet;
blsBundleReceipt: BlsBundleReceipt;
};

@@ -58,0 +58,0 @@ /**

{
"name": "bls-wallet-clients",
"version": "0.8.2-05f8972",
"version": "0.8.2-4f9ddac",
"description": "Client libraries for interacting with BLS Wallet components",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -45,3 +45,3 @@ import nodeFetch from "node-fetch";

*/
export type BlsWallet = {
export type BlsBundleReceipt = {
bundleHash: string;

@@ -51,6 +51,6 @@ };

/**
* The bundle receipt returned from a BLS Wallet Aggregator instance. It is a combination of an ethers {@link ContractReceipt} and a {@link BlsWallet} type.
* The bundle receipt returned from a BLS Wallet Aggregator instance. It is a combination of an ethers {@link ContractReceipt} and a {@link BlsBundleReceipt} type.
*/
export type BundleReceipt = ContractReceipt & {
blsWallet: BlsWallet;
blsBundleReceipt: BlsBundleReceipt;
};

@@ -57,0 +57,0 @@

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