Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigurationUtils

Utility class for bootstrap configuration related methods.

Hierarchy

  • ConfigurationUtils

Index

Constructors

Methods

  • 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

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

Generated using TypeDoc