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

@haechi-labs/henesis-sdk

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haechi-labs/henesis-sdk - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

48

dist/event.d.ts

@@ -8,12 +8,10 @@ export declare namespace Ethereum {

interface Event {
id: string;
name: string;
data: {
[key: string]: Argument;
id: number;
payload: {
name: string;
data: {
[key: string]: Argument;
};
transaction: Transaction;
};
function: Function;
transaction: Transaction;
contractAddress: string;
topics: string[];
handlerOutput: any;
}

@@ -33,8 +31,2 @@ interface Argument {

}
interface Function {
name: string;
data: {
[key: string]: Argument;
};
}
interface Transaction {

@@ -73,3 +65,3 @@ blockHash: string;

totalDifficulty: string;
transactions: Transaction[];
transactions: string[];
transactionsRoot: string;

@@ -86,12 +78,10 @@ uncles: string[];

interface Event {
id: string;
name: string;
data: {
[key: string]: Argument;
id: number;
payload: {
name: string;
data: {
[key: string]: Argument;
};
transaction: Transaction;
};
function: Function;
transaction: Transaction;
contractAddress: string;
topics: string[];
handlerOutput: any;
}

@@ -111,8 +101,2 @@ interface Argument {

}
interface Function {
name: string;
data: {
[key: string]: Argument;
};
}
interface Transaction {

@@ -162,3 +146,3 @@ blockHash: string;

totalBlockScore: string;
transactions: Transaction[];
transactions: string[];
transactionsRoot: string;

@@ -165,0 +149,0 @@ uncles: string[];

{
"name": "@haechi-labs/henesis-sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "SDK to build handler of Henesis",

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

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