Packages

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. trait FriendBot extends AnyRef

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

  2. case class KeyPair(pk: EdDSAPublicKey, sk: EdDSAPrivateKey) extends PublicKeyOps with Product with Serializable
  3. trait Network extends LazyLogging
  4. case class PublicKey(pk: EdDSAPublicKey) extends PublicKeyOps with Product with Serializable
  5. trait PublicKeyOps extends Encodable
  6. case class Signature(data: Array[Byte], hint: Array[Byte]) extends Encodable with Product with Serializable
  7. 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 KeyPair extends Serializable
  3. 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

  4. object PublicNetwork extends Network with Product with Serializable

    The public Stellar production network.

  5. object Signature extends Serializable
  6. object TestNetwork extends Network with FriendBot with Product with Serializable

    The public Stellar test network.

Inherited from AnyRef

Inherited from Any

Ungrouped