tezbridge-network
Advanced tools
Comparing version 1.0.42 to 1.0.43
{ | ||
"name": "tezbridge-network", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "The TezBridge network library for Tezos blockchain in JavaScript with Flow type system", | ||
@@ -5,0 +5,0 @@ "main": "PsBABYM1/index.js", |
@@ -25,3 +25,3 @@ // @flow | ||
async originated_contracts(address : string, spendable : boolean = true, net_type? : string) { | ||
const url = this.domain(net_type || this.net_type) + `originations?account=${address}` | ||
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}` | ||
const operations = await this.fetch(url) | ||
@@ -28,0 +28,0 @@ const result = [] |
@@ -25,3 +25,3 @@ // @flow | ||
async originated_contracts(address : string, spendable : boolean = true, net_type? : string) { | ||
const url = this.domain(net_type || this.net_type) + `originations?account=${address}` | ||
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}` | ||
const operations = await this.fetch(url) | ||
@@ -28,0 +28,0 @@ const result = [] |
@@ -25,3 +25,3 @@ // @flow | ||
async originated_contracts(address : string, spendable : boolean = true, net_type? : string) { | ||
const url = this.domain(net_type || this.net_type) + `originations?account=${address}` | ||
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}` | ||
const operations = await this.fetch(url) | ||
@@ -28,0 +28,0 @@ const result = [] |
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
75203