kin-android / kin.sdk / AccountStatus
annotation class AccountStatus
| Name | Summary |
|---|---|
| <init> | AccountStatus() |
| Name | Summary |
|---|---|
| CREATED | Account was created, account is ready to use with kin.const val CREATED: Int |
| NOT_CREATED | Account was not created on blockchain network, account should be created and funded by a different account on the blockchain.const val NOT_CREATED: Int |