Options
All
  • Public
  • Public/Protected
  • All
Menu

Utility class for bootstrap configuration related methods.

Hierarchy

  • ConfigurationUtils

Index

Constructors

constructor

Methods

Static resolveRoles

Static shouldCreateNemesis

Static toAccount

  • toAccount(networkType: NetworkType, publicKey: undefined | string, privateKey: undefined | string): undefined | Account | PublicAccount
  • Parameters

    • networkType: NetworkType
    • publicKey: undefined | string
    • privateKey: undefined | string

    Returns undefined | Account | PublicAccount

Static toConfigAccount

  • toConfigAccount(account: Account | PublicAccount): ConfigAccount

Static toConfigAccountFomKeys

  • toConfigAccountFomKeys(networkType: NetworkType, publicKey: undefined | string, privateKey: undefined | string): undefined | ConfigAccount

Generated using TypeDoc