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 DomainInfo(federationServer: FederationServer) extends Product with Serializable

    Data provided by a domain's stellar.toml.

    Data provided by a domain's stellar.toml.

    See also

    https://www.stellar.org/developers/guides/concepts/stellar-toml.html

  2. case class DomainInfoParseException(msg: String, doc: String) extends Exception with Product with Serializable

    The document could not be parsed into a DomainInfo instance.

    The document could not be parsed into a DomainInfo instance.

    msg

    the reason the parsing failed.

    doc

    the document that could not be parsed.

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

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

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

  8. object PublicNetwork extends Network with Product with Serializable

    The public Stellar production network.

  9. object Signature extends Serializable
  10. object TestNetwork extends Network with FriendBot with Product with Serializable

    The public Stellar test network.

Inherited from AnyRef

Inherited from Any

Ungrouped