package sdk

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sdk
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class FederationServer(base: Uri, path: Path)(implicit system: ActorSystem = ...) extends WebClient with LazyLogging with Product with Serializable
  2. trait FriendBot extends AnyRef

    A feature on TestNetwork (and optionally on StandaloneNetworks) for funding new accounts.

  3. case class InvalidAccountId(id: String, cause: Throwable) extends RuntimeException with Product with Serializable
  4. case class InvalidSecretSeed(cause: Throwable) extends RuntimeException with Product with Serializable
  5. case class KeyPair(pk: EdDSAPublicKey, sk: EdDSAPrivateKey) extends PublicKeyOps with Product with Serializable
  6. trait Network extends LazyLogging
  7. case class NoSuchAddress(address: String, cause: Throwable) extends RuntimeException with Product with Serializable
  8. case class PublicKey(pk: EdDSAPublicKey) extends PublicKeyOps with Product with Serializable
  9. sealed trait PublicKeyOps extends Encodable
  10. case class Signature(data: Array[Byte], hint: Array[Byte]) extends Encodable with Product with Serializable
  11. case class StandaloneNetwork(uri: URI) 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.

    See also

    https://github.com/stellar/docker-stellar-core-horizon

Value Members

  1. implicit def accnFromAccnResp(resp: AccountResponse): Account
  2. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object DefaultActorSystem
  4. object FederationServer extends Serializable
  5. object KeyPair extends Decode with Serializable
  6. 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.

    See also

    https://github.com/stellar/docker-stellar-core-horizon

  7. object PublicNetwork extends Network with Product with Serializable

    The public Stellar production network.

  8. object Signature extends Decode with Serializable
  9. object TestNetwork extends Network with FriendBot with Product with Serializable

    The public Stellar test network.

Inherited from AnyRef

Inherited from Any

Ungrouped