package sdk
- Alphabetic
- By Inheritance
- sdk
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
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
-
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.
- case class FederationServer(base: Uri, path: Path)(implicit system: ActorSystem = ...) extends WebClient with 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 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
- trait PublicKeyOps extends Encodable
- case class Signature(data: Array[Byte], hint: Array[Byte]) extends Encodable with Product with Serializable
-
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.
Value Members
- implicit def accnFromAccnResp(resp: AccountResponse): Account
-
object
BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object DefaultActorSystem
- object DomainInfo extends Serializable
- 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.
-
object
PublicNetwork extends Network with Product with Serializable
The public Stellar production network.
- object Signature extends Serializable
-
object
TestNetwork extends Network with FriendBot with Product with Serializable
The public Stellar test network.