Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types

Index

Type aliases

AuthorizationHandler

AuthorizationHandler: (authID: string, passwordType: PasswordType, preAuthReference?: any) => Promise<void>

Type declaration

    • (authID: string, passwordType: PasswordType, preAuthReference?: any): Promise<void>
    • Parameters

      • authID: string
      • passwordType: PasswordType
      • Optional preAuthReference: any

      Returns Promise<void>

PreAuthorizationHandler

PreAuthorizationHandler: (passwordType: PasswordType) => Promise<any>

Type declaration

hexString

hexString: string

Variables

Const typeInfoMap

typeInfoMap: WalletTypeInfo[] = ...

Generated using TypeDoc