Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountResolver

Delegate that knows how to retrieve or generate accounts.

Implementations of this interface could for example prompt or load accounts from a key store.

Hierarchy

  • AccountResolver

Implemented by

Index

Methods

  • resolveAccount(networkType: NetworkType, account: undefined | CertificatePair, keyName: KeyName, nodeName: undefined | string, operationDescription: string, generateErrorMessage: undefined | string): Promise<Account>

Generated using TypeDoc