@0xsequence/signhub
Advanced tools
Comparing version 0.0.0-20230417133433 to 0.0.0-20230504182418
@@ -54,6 +54,6 @@ 'use strict'; | ||
constructor(signers, tag = Orchestrator.randomTag()) { | ||
this.tag = tag; | ||
this.observers = []; | ||
this.signers = []; | ||
this.count = 0; | ||
this.tag = tag; | ||
this.setSigners(signers); | ||
@@ -60,0 +60,0 @@ } |
@@ -54,6 +54,6 @@ 'use strict'; | ||
constructor(signers, tag = Orchestrator.randomTag()) { | ||
this.tag = tag; | ||
this.observers = []; | ||
this.signers = []; | ||
this.count = 0; | ||
this.tag = tag; | ||
this.setSigners(signers); | ||
@@ -60,0 +60,0 @@ } |
@@ -50,6 +50,6 @@ import { ethers } from 'ethers'; | ||
constructor(signers, tag = Orchestrator.randomTag()) { | ||
this.tag = tag; | ||
this.observers = []; | ||
this.signers = []; | ||
this.count = 0; | ||
this.tag = tag; | ||
this.setSigners(signers); | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "@0xsequence/signhub", | ||
"version": "0.0.0-20230417133433", | ||
"version": "0.0.0-20230504182418", | ||
"description": "orchestrates a series of signers, provides visibility into the signing process, and to the signers themselves", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/signhub", |
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