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. Protected

Package Members

  1. package auth
  2. package inet
  3. package key
  4. package model
  5. package util

Type Members

  1. case class FederationServer(base: HttpUrl) extends 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 InvalidTransactionException(message: String) extends Exception with Product with Serializable

    Indicates that the transaction was not submittable because of an invariant check failure.

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

    See also

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

Value Members

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

    This object was generated by sbt-buildinfo.

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

  6. case object PublicNetwork extends Network with Product with Serializable

    The public Stellar production network.

  7. object Signature extends Serializable
  8. case object TestNetwork extends Network with FriendBot with Product with Serializable

    The public Stellar test network.

Inherited from AnyRef

Inherited from Any

Ungrouped