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.
read / write
authServer String
The endpoint used for SEP-3 Compliance Protocol.
read / write
federationServer String
The endpoint for clients to resolve stellar addresses for users on your domain via SEP-2 Federation Protocol.
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
horizonUrl String
Location of public-facing Horizon instance (if one is offered).
read / write
kYCServer String
The server used for SEP-12 Anchor/Client customer info transfer.
read / write
networkPassphrase String
The passphrase for the specific Stellar network this infrastructure operates on.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
signingKey String
The signing key is used for SEP-3 Compliance Protocol and SEP-10 Authentication Protocol.
read / write
transferServer String
The server used for SEP-6 Anchor/Client interoperability.
read / write
transferServerSep24 String
The server used for SEP-24 Anchor/Client interoperability.
read / write
uriRequestSigningKey String
The signing key is used for SEP-7 delegated signing.
read / write
version String
The version of SEP-1 your stellar.toml adheres to. This helps parsers know which fields to expect.
read / write
webAuthEndpoint String
The endpoint used for SEP-10 Web Authentication.
read / write

Methods

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

Operators

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