Methods
Static resolveRoles
-
Parameters
Returns string
Static shouldCreateNemesis
-
Parameters
Returns boolean
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
-
Parameters
-
account: Account | PublicAccount
Static toConfigAccountFomKeys
- toConfigAccountFomKeys(networkType: NetworkType, publicKey: undefined | string, privateKey: undefined | string): undefined | ConfigAccount
-
Parameters
-
networkType: NetworkType
-
publicKey: undefined | string
-
privateKey: undefined | string
Utility class for bootstrap configuration related methods.