Package-level declarations

Types

Link copied to clipboard
expect class ClientConfig
actual class ClientConfig
actual class ClientConfig
actual class ClientConfig
actual class ClientConfig

Properties

Link copied to clipboard

Meaningful errors map

Functions

Link copied to clipboard
suspend fun get(options: RequestOptions.AptosRequestOptions, apiType: AptosApiType = AptosApiType.FULLNODE): AptosResponse
Link copied to clipboard
Link copied to clipboard
fun getClient(clientConfig: ClientConfig): HttpClient
Link copied to clipboard
expect fun httpClient(clientConfig: ClientConfig): HttpClient

Create a new Ktor client with the given configuration.

actual fun httpClient(clientConfig: ClientConfig): HttpClient
actual fun httpClient(clientConfig: ClientConfig): HttpClient

Create a new Ktor client with the given configuration.

actual fun httpClient(clientConfig: ClientConfig): HttpClient
actual fun httpClient(clientConfig: ClientConfig): HttpClient
Link copied to clipboard
fun indexerClient(config: AptosConfig): DefaultGraphQLClient
Link copied to clipboard
Link copied to clipboard
inline suspend fun <V> post(options: RequestOptions.PostRequestOptions<V>, apiType: AptosApiType): AptosResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun responseFitCheck(aptosResponse: AptosResponse, apiType: AptosApiType): AptosResponse