package sdk
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sdk
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
FriendBot extends AnyRef
A feature on TestNetwork (and optionally on StandaloneNetworks) for funding new accounts.
- case class KeyPair(pk: EdDSAPublicKey, sk: EdDSAPrivateKey) extends PublicKeyOps with Product with Serializable
- trait Network extends LazyLogging
- 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 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.