Constructors

Properties

api: ObservableSettingsApi

Methods

  • Retrieve the list of the developer accounts for the current project. Returns the latest 10 transaction intents that were created with each developer account. By default, a maximum of 10 accounts are shown per page. List of developer accounts.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional expand: "transactionIntents"[]

      Specifies the fields to expand in the response.

    • Optional deleted: boolean

      Specifies whether to include deleted dev accounts.

    • Optional _options: Configuration

    Returns Promise<DeveloperAccountListResponse>