ExperimentalService
Constructors
new ExperimentalService()
new ExperimentalService(
httpRequest
):ExperimentalService
Parameters
• httpRequest: BaseHttpRequest
Returns
Defined in
services.gen.ts:2143
Properties
httpRequest
readonly
httpRequest:BaseHttpRequest
Defined in
services.gen.ts:2143
Methods
accountAssetsInformation()
accountAssetsInformation(
data
):CancelablePromise
<AccountAssetsInformationResponse
>
Get a list of assets held by an account, inclusive of asset params. Lookup an account’s asset holdings.
Parameters
• data: AccountAssetsInformationData
The data for the request.
Returns
CancelablePromise
<AccountAssetsInformationResponse
>
unknown AccountAssetsInformationResponse contains a list of assets held by an account.
Throws
ApiError
Defined in
services.gen.ts:2155
experimentalCheck()
experimentalCheck():
CancelablePromise
<unknown
>
Returns OK if experimental API is enabled.
Returns
CancelablePromise
<unknown
>
unknown Experimental API enabled
Throws
ApiError
Defined in
services.gen.ts:2180
rawTransactionAsync()
rawTransactionAsync(
data
):CancelablePromise
<unknown
>
Fast track for broadcasting a raw transaction or transaction group to the network through the tx handler without performing most of the checks and reporting detailed errors. Should be only used for development and performance testing.
Parameters
• data: RawTransactionAsyncData
The data for the request.
Returns
CancelablePromise
<unknown
>
unknown
Throws
ApiError
Defined in
services.gen.ts:2198