Function fetchUsernameForAccountByDerivationType

  • Parameters

    • __namedParameters: {
          derivationType: Wallet | Data;
          index: number;
          network?: StacksNetwork;
          rootNode: HDKey;
      }

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

Generated using TypeDoc