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

@railgun-community/shared-models

Package Overview
Dependencies
Maintainers
5
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/shared-models - npm Package Compare versions

Comparing version 6.3.2 to 6.4.0

16

dist/models/proof-of-innocence.d.ts

@@ -74,2 +74,4 @@ /// <reference types="../types/global" />

export type SubmitTransactProofParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -80,2 +82,4 @@ listKey: string;

export type SubmitLegacyTransactProofParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -86,2 +90,4 @@ listKeys: string[];

export type SubmitSingleCommitmentProofsParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -96,2 +102,4 @@ singleCommitmentProofsData: SingleCommitmentProofsData;

export type ValidatePOIMerklerootsParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -106,2 +114,4 @@ listKey: string;

export type GetPOIsPerListParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -112,2 +122,4 @@ listKeys: string[];

export type GetMerkleProofsParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -118,2 +130,4 @@ listKey: string;

export type ValidateTxidMerklerootParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -125,2 +139,4 @@ tree: number;

export type GetLatestValidatedRailgunTxidParams = {
chainType: string;
chainID: string;
txidVersion: TXIDVersion;

@@ -127,0 +143,0 @@ };

2

package.json
{
"name": "@railgun-community/shared-models",
"version": "6.3.2",
"version": "6.4.0",
"license": "MIT",

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

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