@zilliqa-js/core
Advanced tools
Comparing version 0.8.8 to 0.8.9
@@ -230,2 +230,3 @@ import fetch from 'cross-fetch'; | ||
RPCMethod["GetPrevDSDifficulty"] = "GetPrevDSDifficulty"; | ||
RPCMethod["GetTotalCoinSupply"] = "GetTotalCoinSupply"; | ||
// Transaction-related methods | ||
@@ -232,0 +233,0 @@ RPCMethod["CreateTransaction"] = "CreateTransaction"; |
@@ -231,2 +231,3 @@ (function (global, factory) { | ||
RPCMethod["GetPrevDSDifficulty"] = "GetPrevDSDifficulty"; | ||
RPCMethod["GetTotalCoinSupply"] = "GetTotalCoinSupply"; | ||
// Transaction-related methods | ||
@@ -233,0 +234,0 @@ RPCMethod["CreateTransaction"] = "CreateTransaction"; |
@@ -25,2 +25,3 @@ import { WithRequest } from './util'; | ||
GetPrevDSDifficulty = "GetPrevDSDifficulty", | ||
GetTotalCoinSupply = "GetTotalCoinSupply", | ||
CreateTransaction = "CreateTransaction", | ||
@@ -27,0 +28,0 @@ GetTransaction = "GetTransaction", |
@@ -45,2 +45,3 @@ "use strict"; | ||
RPCMethod["GetPrevDSDifficulty"] = "GetPrevDSDifficulty"; | ||
RPCMethod["GetTotalCoinSupply"] = "GetTotalCoinSupply"; | ||
// Transaction-related methods | ||
@@ -47,0 +48,0 @@ RPCMethod["CreateTransaction"] = "CreateTransaction"; |
@@ -143,2 +143,3 @@ /// <reference types="node" /> | ||
event_logs: EventLogEntry[]; | ||
transitions: TransitionEntry[]; | ||
} | ||
@@ -150,2 +151,12 @@ export interface EventLogEntry { | ||
} | ||
export interface TransitionEntry { | ||
addr: string; | ||
msg: TransitionMsg; | ||
} | ||
export interface TransitionMsg { | ||
_amount: string; | ||
_recipient: string; | ||
_tag: string; | ||
params: EventParam[]; | ||
} | ||
export interface EventParam { | ||
@@ -152,0 +163,0 @@ vname: string; |
{ | ||
"name": "@zilliqa-js/core", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "Core abstractions that power the zilliqa JS client.", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@zilliqa-js/crypto": "0.8.8", | ||
"@zilliqa-js/crypto": "0.8.9", | ||
"@zilliqa-js/util": "0.8.8", | ||
@@ -37,3 +37,3 @@ "cross-fetch": "^2.2.2", | ||
}, | ||
"gitHead": "918706697fed29f75195fa055286b142c1e2f96c" | ||
"gitHead": "e2c15537bad7337f20382e5bc077f3a9aa6d501f" | ||
} |
@@ -46,2 +46,3 @@ // This file is part of Zilliqa-Javascript-Library. | ||
GetPrevDSDifficulty = 'GetPrevDSDifficulty', | ||
GetTotalCoinSupply = 'GetTotalCoinSupply', | ||
@@ -48,0 +49,0 @@ // Transaction-related methods |
@@ -187,2 +187,3 @@ // This file is part of Zilliqa-Javascript-Library. | ||
event_logs: EventLogEntry[]; | ||
transitions: TransitionEntry[]; | ||
} | ||
@@ -196,2 +197,14 @@ | ||
export interface TransitionEntry { | ||
addr: string; | ||
msg: TransitionMsg; | ||
} | ||
export interface TransitionMsg { | ||
_amount: string; | ||
_recipient: string; | ||
_tag: string; | ||
params: EventParam[]; | ||
} | ||
export interface EventParam { | ||
@@ -198,0 +211,0 @@ vname: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
364377
3195
+ Added@types/node@22.10.1(transitive)
+ Added@zilliqa-js/crypto@0.8.9(transitive)
+ Addedcipher-base@1.0.6(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.3(transitive)
- Removed@zilliqa-js/crypto@0.8.8(transitive)
- Removedcipher-base@1.0.5(transitive)
- Removedundici-types@6.19.8(transitive)
Updated@zilliqa-js/crypto@0.8.9