case class DomainInfo(federationServer: Option[FederationServer] = None, authServer: Option[HttpUrl] = None, transferServer: Option[HttpUrl] = None, kycServer: Option[HttpUrl] = None, webAuthEndpoint: Option[HttpUrl] = None, signerKey: Option[PublicKey] = None, horizonEndpoint: Option[HttpUrl] = None, uriRequestSigningKey: Option[PublicKey] = None, version: Option[String] = None, accounts: List[PublicKey] = List.empty[PublicKey], issuerDocumentation: Option[IssuerDocumentation] = None, pointsOfContact: List[PointOfContact] = Nil, currencies: List[Currency] = Nil, validators: List[Validator] = Nil) extends Product with Serializable
Data provided by a domain's stellar.toml
.
- See also
https://www.stellar.org/developers/guides/concepts/stellar-toml.html
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DomainInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DomainInfo(federationServer: Option[FederationServer] = None, authServer: Option[HttpUrl] = None, transferServer: Option[HttpUrl] = None, kycServer: Option[HttpUrl] = None, webAuthEndpoint: Option[HttpUrl] = None, signerKey: Option[PublicKey] = None, horizonEndpoint: Option[HttpUrl] = None, uriRequestSigningKey: Option[PublicKey] = None, version: Option[String] = None, accounts: List[PublicKey] = List.empty[PublicKey], issuerDocumentation: Option[IssuerDocumentation] = None, pointsOfContact: List[PointOfContact] = Nil, currencies: List[Currency] = Nil, validators: List[Validator] = Nil)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accounts: List[PublicKey]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authServer: Option[HttpUrl]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val currencies: List[Currency]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val federationServer: Option[FederationServer]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val horizonEndpoint: Option[HttpUrl]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val issuerDocumentation: Option[IssuerDocumentation]
- val kycServer: Option[HttpUrl]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pointsOfContact: List[PointOfContact]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val signerKey: Option[PublicKey]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val transferServer: Option[HttpUrl]
- val uriRequestSigningKey: Option[PublicKey]
- val validators: List[Validator]
- val version: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val webAuthEndpoint: Option[HttpUrl]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated