kin-android / org.kin.sdk.base.network.api / FriendBotApi
class FriendBotApi : KinFriendBotApi
This is valid for testnet only
| Name | Summary |
|---|---|
| <init> | This is valid for testnet onlyFriendBotApi(okHttpClient: OkHttpClient, friendBotBaseUrl: String = "http://friendbot-testnet.kininfrastructure.com") |
| Name | Summary |
|---|---|
| createAccount | fun createAccount(request: CreateAccountRequest, onCompleted: (CreateAccountResponse) -> Unit): Unit |
| fundAccount | fun fundAccount(request: CreateAccountRequest, onCompleted: (CreateAccountResponse) -> Unit): Unit |