Socket
Socket
Sign inDemoInstall

bnc-sdk

Package Overview
Dependencies
6
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.6 to 4.6.7

14

dist/types/src/types.d.ts

@@ -71,3 +71,3 @@ import type { Subject } from 'rxjs';

export interface InternalTransaction {
type: string;
type: string | number;
from: string;

@@ -77,7 +77,11 @@ to: string;

gas: number;
gasPrice?: number;
gasUsed: number;
value: string;
value: string | number;
contractCall: ContractCall;
error?: string;
errorReason?: string;
baseFeePerGasGwei?: number;
maxFeePerGas?: number;
maxPriorityFeePerGasGwei?: number;
}

@@ -263,5 +267,9 @@ export interface NetBalanceChange {

}
export declare type MultiSimContractCallData = {
value: ContractCall;
status: string;
};
export declare type MultiSimOutput = {
id?: string;
contractCall: ContractCall[];
contractCall: MultiSimContractCallData[];
error?: any;

@@ -268,0 +276,0 @@ gasUsed: number[];

{
"name": "bnc-sdk",
"version": "4.6.6",
"version": "4.6.7",
"description": "SDK to connect to the blocknative backend via a websocket connection",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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