Package-level declarations
Functions
Link copied to clipboard
suspend fun get(options: RequestOptions.AptosRequestOptions, apiType: AptosApiType = AptosApiType.FULLNODE): AptosResponse
Link copied to clipboard
inline suspend fun <T> getAptosFullNode(options: RequestOptions.GetAptosRequestOptions): Pair<AptosResponse, Option<T>>
Link copied to clipboard
Link copied to clipboard
Create a new Ktor client with the given configuration.
Create a new Ktor client with the given configuration.
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T> paginateWithCursor(options: RequestOptions.AptosRequestOptions): Option<List<Pair<AptosResponse, Option<List<T>>>>>
Link copied to clipboard
inline suspend fun <V> post(options: RequestOptions.PostRequestOptions<V>, apiType: AptosApiType): AptosResponse
Link copied to clipboard
inline suspend fun <T> postAptosFaucet(options: RequestOptions.PostAptosRequestOptions<T>): AptosResponse
Link copied to clipboard
inline suspend fun <T, V> postAptosFullNode(options: RequestOptions.PostAptosRequestOptions<V>): Pair<AptosResponse, T>
Link copied to clipboard
suspend fun postAptosIndexer(options: RequestOptions.PostAptosRequestOptions<GraphqlQuery>): AptosResponse
Link copied to clipboard