Package org.stellar.walletsdk.extension

Functions

Link copied to clipboard
suspend fun Server.accountByAddress(accountAddress: String): AccountResponse

Fetch account information from the Stellar network.

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

Fetch account operations from Stellar network.

Link copied to clipboard
suspend fun Server.accountOrNull(accountAddress: String): AccountResponse?
Link copied to clipboard
fun AccountResponse.availableNativeBalance(): String

Get account's native (XLM) balance.

Link copied to clipboard
fun AccountResponse.reservedBalance(): String

Get account's base reserve in XLM.