GeneralInformation class

General information from the stellar.toml file. See Stellar Toml

Constructors

GeneralInformation()

Properties

accounts List<String>
A list of Stellar accounts that are controlled by this domain.
getter/setter pair
anchorQuoteServer String?
The server used for receiving SEP-38 requests.
getter/setter pair
authServer String?
The endpoint used for SEP-3 Compliance Protocol.
getter/setter pair
directPaymentServer String?
The server used for receiving SEP-31 direct fiat-to-fiat payments. Requires SEP-12 and hence a KYC_SERVER TOML attribute.
getter/setter pair
federationServer String?
The endpoint for clients to resolve stellar addresses for users on your domain via SEP-2 Federation Protocol.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizonUrl String?
Location of public-facing Horizon instance (if one is offered).
getter/setter pair
kYCServer String?
The server used for SEP-12 Anchor/Client customer info transfer.
getter/setter pair
networkPassphrase String?
The passphrase for the specific Stellar network this infrastructure operates on.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingKey String?
The signing key is used for SEP-3 Compliance Protocol (deprecated) and SEP-10 Authentication Protocol.
getter/setter pair
transferServer String?
The server used for SEP-6 Anchor/Client interoperability.
getter/setter pair
transferServerSep24 String?
The server used for SEP-24 Anchor/Client interoperability.
getter/setter pair
uriRequestSigningKey String?
The signing key is used for SEP-7 delegated signing.
getter/setter pair
version String?
The version of SEP-1 your stellar.toml adheres to. This helps parsers know which fields to expect.
getter/setter pair
webAuthEndpoint String?
The endpoint used for SEP-10 Web Authentication.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited