Package-level declarations
Types
Link copied to clipboard
Exception thrown when an account is not found on the network.
Link copied to clipboard
class PrepareTransactionException(val message: String, val simulationError: String? = null) : Exception
Exception thrown when preparing a Soroban transaction fails.
Link copied to clipboard
class SorobanRpcException(val errorCode: Int, errorMessage: String, val data: String? = null) : NetworkException
Exception thrown when Soroban RPC instance responds with an error.