crosslightning-evm
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -64,2 +64,4 @@ "use strict"; | ||
data: this.data == null ? null : this.data.toHexString(), | ||
securityDeposit: this.securityDeposit == null ? null : this.securityDeposit.toHexString(), | ||
claimerBounty: this.claimerBounty == null ? null : this.claimerBounty.toHexString(), | ||
txoHash: this.txoHash | ||
@@ -66,0 +68,0 @@ }; |
{ | ||
"name": "crosslightning-evm", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "EVM specific base implementation", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -119,2 +119,4 @@ import * as BN from "bn.js"; | ||
data: this.data==null ? null : this.data.toHexString(), | ||
securityDeposit: this.securityDeposit==null ? null : this.securityDeposit.toHexString(), | ||
claimerBounty: this.claimerBounty==null ? null : this.claimerBounty.toHexString(), | ||
txoHash: this.txoHash | ||
@@ -121,0 +123,0 @@ } |
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
334225
7966