avancement planning
This commit is contained in:
+2
@@ -6,6 +6,8 @@ exports.BaseBundleBuilder = void 0;
|
||||
// Subclasses must implement the `package` method to assemble a valid bundle
|
||||
// with the generated signature and verification material.
|
||||
class BaseBundleBuilder {
|
||||
signer;
|
||||
witnesses;
|
||||
constructor(options) {
|
||||
this.signer = options.signer;
|
||||
this.witnesses = options.witnesses;
|
||||
|
||||
Reference in New Issue
Block a user