@hashgraph/solo
    Preparing search index...
    Index

    Constructors

    Methods

    • Initializes objects in the context from a provided string Contains fields needed for deleting a node through separate commands

      Parameters

      Returns void

      file writable object

    • Returns an object that can be written to a file without data loss. Contains fields needed for deleting a node through separate commands

      Parameters

      Returns {
          adminKey: string;
          existingNodeAliases: NodeAliases;
          nodeAlias: `node${number}`;
          upgradeZipHash: string;
      }

      file writable object

    • Initializes objects in the context from a provided string Contains fields needed for updating a node through separate commands

      Parameters

      Returns void

      file writable object

    • Returns an object that can be written to a file without data loss. Contains fields needed for updating a node through separate commands

      Parameters

      Returns any

      file writable object

    • Initializes objects in the context from a provided string Contains fields needed for updating a node through separate commands

      Parameters

      Returns void

      file writable object

    • Returns an object that can be written to a file without data loss. Contains fields needed for upgrading a node through separate commands

      Parameters

      Returns any

      file writable object