Function fetchUsernameForAccountByDerivationType

  • Parameters

    • opts: {
          derivationType: Wallet | Data;
          index: number;
          rootNode: HDKey;
      } & NetworkParam & ClientParam

    Returns Promise<{
        username: undefined | string;
    }>

Generated using TypeDoc