@railgun-community/shared-models
Advanced tools
Comparing version 6.3.2 to 6.4.0
@@ -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 @@ }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189592
2204