Skip to content

SearchService

Constructors

new SearchService()

new SearchService(httpRequest): SearchService

Parameters

httpRequest: BaseHttpRequest

Returns

SearchService

Defined in

services.gen.ts:28

Properties

httpRequest

readonly httpRequest: BaseHttpRequest

Defined in

services.gen.ts:28

Methods

searchForAccounts()

searchForAccounts(data): CancelablePromise<SearchForAccountsResponse>

Search for accounts.

Parameters

data: SearchForAccountsData = {}

The data for the request.

Returns

CancelablePromise<SearchForAccountsResponse>

unknown (empty)

Throws

ApiError

Defined in

services.gen.ts:46


searchForApplicationBoxes()

searchForApplicationBoxes(data): CancelablePromise<SearchForApplicationBoxesResponse>

Get box names for a given application. Given an application ID, returns the box names of that application sorted lexicographically.

Parameters

data: SearchForApplicationBoxesData

The data for the request.

Returns

CancelablePromise<SearchForApplicationBoxesResponse>

unknown Box names of an application

Throws

ApiError

Defined in

services.gen.ts:107


searchForApplications()

searchForApplications(data): CancelablePromise<SearchForApplicationsResponse>

Search for applications

Parameters

data: SearchForApplicationsData = {}

The data for the request.

Returns

CancelablePromise<SearchForApplicationsResponse>

unknown (empty)

Throws

ApiError

Defined in

services.gen.ts:80


searchForAssets()

searchForAssets(data): CancelablePromise<SearchForAssetsResponse>

Search for assets.

Parameters

data: SearchForAssetsData = {}

The data for the request.

Returns

CancelablePromise<SearchForAssetsResponse>

unknown (empty)

Throws

ApiError

Defined in

services.gen.ts:139


searchForTransactions()

searchForTransactions(data): CancelablePromise<SearchForTransactionsResponse>

Search for transactions. Transactions are returned oldest to newest unless the address parameter is used, in which case results are returned newest to oldest.

Parameters

data: SearchForTransactionsData = {}

The data for the request.

Returns

CancelablePromise<SearchForTransactionsResponse>

unknown (empty)

Throws

ApiError

Defined in

services.gen.ts:187