AccountService

class AccountService

Key store for Stellar accounts

Functions

Link copied to clipboard
fun createKeyPair(): SigningKeyPair

Generate new account keypair (public and secret key). This key pair can be used to create a Stellar account.

Link copied to clipboard
suspend fun getHistory(accountAddress: String, limit: Int? = null, order: Order? = Order.DESC, cursor: String? = null, includeFailed: Boolean? = null): List<OperationResponse>

Get account operations for the specified Stellar address.

Link copied to clipboard
suspend fun getInfo(accountAddress: String, serverInstance: Server = server): AccountResponse

Get account information from the Stellar network.