kin-android / org.kin.sdk.base.network.api / KinAccountCreationApi
interface KinAccountCreationApi
An API for the SDK to delegate KinAccount registration with the Kin Blockchain to developers.
| Name | Summary |
|---|---|
| CreateAccountRequest | data class CreateAccountRequest |
| CreateAccountResponse | data class CreateAccountResponse |
| Name | Summary |
|---|---|
| createAccount | Developers are expected to call their back-end’s to register this address with the main-net Kin Blockchain.abstract fun createAccount(request: CreateAccountRequest, onCompleted: (CreateAccountResponse) -> Unit): Unit |
| Name | Summary |
|---|---|
| AgoraKinAccountsApi | class AgoraKinAccountsApi : GrpcApi, KinAccountApi, KinAccountCreationApi |
| DefaultHorizonKinAccountCreationApi | class DefaultHorizonKinAccountCreationApi : KinAccountCreationApi |