LookupService
Constructors
new LookupService()
new LookupService(
httpRequest):LookupService
Parameters
• httpRequest: BaseHttpRequest
Returns
Defined in
services.gen.ts:222
Properties
httpRequest
readonlyhttpRequest:BaseHttpRequest
Defined in
services.gen.ts:222
Methods
lookupAccountAppLocalStates()
lookupAccountAppLocalStates(
data):CancelablePromise<LookupAccountAppLocalStatesResponse>
Lookup an account’s asset holdings, optionally for a specific ID.
Parameters
• data: LookupAccountAppLocalStatesData
The data for the request.
Returns
CancelablePromise<LookupAccountAppLocalStatesResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:265
lookupAccountAssets()
lookupAccountAssets(
data):CancelablePromise<LookupAccountAssetsResponse>
Lookup an account’s asset holdings, optionally for a specific ID.
Parameters
• data: LookupAccountAssetsData
The data for the request.
Returns
CancelablePromise<LookupAccountAssetsResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:297
lookupAccountById()
lookupAccountById(
data):CancelablePromise<LookupAccountByIdResponse>
Lookup account information.
Parameters
• data: LookupAccountByIdData
The data for the request.
Returns
CancelablePromise<LookupAccountByIdResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:234
lookupAccountCreatedApplications()
lookupAccountCreatedApplications(
data):CancelablePromise<LookupAccountCreatedApplicationsResponse>
Lookup an account’s created application parameters, optionally for a specific ID.
Parameters
• data: LookupAccountCreatedApplicationsData
The data for the request.
Returns
CancelablePromise<LookupAccountCreatedApplicationsResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:329
lookupAccountCreatedAssets()
lookupAccountCreatedAssets(
data):CancelablePromise<LookupAccountCreatedAssetsResponse>
Lookup an account’s created asset parameters, optionally for a specific ID.
Parameters
• data: LookupAccountCreatedAssetsData
The data for the request.
Returns
CancelablePromise<LookupAccountCreatedAssetsResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:361
lookupAccountTransactions()
lookupAccountTransactions(
data):CancelablePromise<LookupAccountTransactionsResponse>
Lookup account transactions. Transactions are returned newest to oldest.
Parameters
• data: LookupAccountTransactionsData
The data for the request.
Returns
CancelablePromise<LookupAccountTransactionsResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:407
lookupApplicationBoxByIdAndName()
lookupApplicationBoxByIdAndName(
data):CancelablePromise<Box>
Get box information for a given application. Given an application ID and box name, returns base64 encoded box name and value. Box names must be in the goal app call arg form ‘encoding:value ’. For ints, use the form ‘int:1234’. For raw bytes, encode base 64 and use ‘b64’ prefix as in ‘b64:A ==‘. For printable strings, use the form ‘str:hello ’. For addresses, use the form ‘addr:XYZ …‘.
Parameters
• data: LookupApplicationBoxByIdAndNameData
The data for the request.
Returns
Box Box information
Throws
ApiError
Defined in
services.gen.ts:472
lookupApplicationById()
lookupApplicationById(
data):CancelablePromise<LookupApplicationByIdResponse>
Lookup application.
Parameters
• data: LookupApplicationByIdData
The data for the request.
Returns
CancelablePromise<LookupApplicationByIdResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:446
lookupApplicationLogsById()
lookupApplicationLogsById(
data):CancelablePromise<LookupApplicationLogsByIdResponse>
Lookup application logs.
Parameters
• data: LookupApplicationLogsByIdData
The data for the request.
Returns
CancelablePromise<LookupApplicationLogsByIdResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:503
lookupAssetBalances()
lookupAssetBalances(
data):CancelablePromise<LookupAssetBalancesResponse>
Lookup the list of accounts who hold this asset
Parameters
• data: LookupAssetBalancesData
The data for the request.
Returns
CancelablePromise<LookupAssetBalancesResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:559
lookupAssetById()
lookupAssetById(
data):CancelablePromise<LookupAssetByIdResponse>
Lookup asset information.
Parameters
• data: LookupAssetByIdData
The data for the request.
Returns
CancelablePromise<LookupAssetByIdResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:529
lookupAssetTransactions()
lookupAssetTransactions(
data):CancelablePromise<LookupAssetTransactionsResponse>
Lookup transactions for an asset. Transactions are returned oldest to newest.
Parameters
• data: LookupAssetTransactionsData
The data for the request.
Returns
CancelablePromise<LookupAssetTransactionsResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:607
lookupBlock()
lookupBlock(
data):CancelablePromise<Block>
Lookup block.
Parameters
• data: LookupBlockData
The data for the request.
Returns
Block (empty)
Throws
ApiError
Defined in
services.gen.ts:648
lookupTransaction()
lookupTransaction(
data):CancelablePromise<LookupTransactionResponse>
Lookup a single transaction.
Parameters
• data: LookupTransactionData
The data for the request.
Returns
CancelablePromise<LookupTransactionResponse>
unknown (empty)
Throws
ApiError
Defined in
services.gen.ts:672