package sdk
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sdk
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class FederationServer(base: HttpUrl) extends LazyLogging with Product with Serializable
- trait FriendBot extends AnyRef
A feature on TestNetwork (and optionally on StandaloneNetworks) for funding new accounts.
- case class InvalidAccountId(id: String, cause: Throwable) extends RuntimeException with Product with Serializable
- case class InvalidSecretSeed(cause: Throwable) extends RuntimeException with Product with Serializable
- case class InvalidTransactionException(message: String) extends Exception with Product with Serializable
Indicates that the transaction was not submittable because of an invariant check failure.
- case class KeyPair(pk: EdDSAPublicKey, sk: EdDSAPrivateKey) extends PublicKeyOps with Product with Serializable
- trait Network extends LazyLogging
- case class NoSuchAddress(address: String, cause: Throwable) extends RuntimeException with Product with Serializable
- case class PublicKey(pk: EdDSAPublicKey) extends PublicKeyOps with Product with Serializable
- sealed trait PublicKeyOps extends AnyRef
- case class Signature(data: Array[Byte], hint: Array[Byte]) extends Product with Serializable
- case class StandaloneNetwork(base: HttpUrl) extends Network with FriendBot with Product with Serializable
A network that represents the stand-alone docker image for Horizon & core.
A network that represents the stand-alone docker image for Horizon & core.
Value Members
- implicit def accnFromAccnResp(resp: AccountResponse): Account
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object FederationServer extends Serializable
- object KeyPair extends Serializable
- object LocalStandaloneNetwork extends StandaloneNetwork
A network that represents the stand-alone docker image for Horizon & core, on the default docker port of 8000.
A network that represents the stand-alone docker image for Horizon & core, on the default docker port of 8000.
- case object PublicNetwork extends Network with Product with Serializable
The public Stellar production network.
- object Signature extends Serializable
- case object TestNetwork extends Network with FriendBot with Product with Serializable
The public Stellar test network.