Function fetchUsernameForAccountByDerivationType

  • Parameters

    • opts: {
          derivationType: Wallet | Data;
          index: number;
          network?: StacksNetwork | "mainnet" | "testnet" | "devnet" | "mocknet";
          rootNode: HDKey;
      } & ApiParam

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

Generated using TypeDoc