package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev

# Functions

GetStellarToml returns stellar.toml file for a given domain.
GetStellarTomlByAddress returns stellar.toml file of a domain fetched from a given address.

# Constants

StellarTomlMaxSize is the maximum size of stellar.toml file.
WellKnownPath represents the url path at which the stellar.toml file should exist to conform to the federation protocol.

# Variables

DefaultClient is a default client using the default parameters.

# Structs

Client represents a client that is capable of resolving a Stellar.toml file using the internet.
MockClient is a mockable stellartoml client.
SEP-1 commit https://github.com/stellar/stellar-protocol/blob/f8993e36fa6b5b8bba1254c21c2174d250af4958/ecosystem/sep-0001.md.

# Interfaces

HTTP represents the http client that a stellertoml resolver uses to make http requests.