package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev
# Packages
Package actions provides the infrastructure for defining and executing actions (code that is triggered in response to an client request) on horizon.
Package assets is a simple helper package to help convert to/from xdr.AssetType values.
Package codes is a helper package to help convert to transaction and operation result codesto strings used in horizon.
No description provided by the author
Package db2 is the replacement for db.
No description provided by the author
No description provided by the author
Package hchi provides functions to support embedded and retrieving a request id from a go context tree.
No description provided by the author
Package ingest contains the ingestion system for horizon.
Package ledger provides useful utilities concerning ledgers within stellar, specifically as a central location to store a cached snapshot of the state of both horizon's and stellar-core's views of the ledger.
No description provided by the author
Package operationfeestats provides useful utilities concerning operation fee stats within stellar,specifically as a central location to store a cached snapshot of the state of network per operation fees and surge pricing.
Package paths provides utilities and facilities for payment paths as needed by horizon.
Package reap contains the history reaping subsystem for horizon.
No description provided by the author
No description provided by the author
No description provided by the author
Package simplepath provides an implementation of paths.
Package test contains simple test helpers that should not have any dependencies on horizon's packages.
No description provided by the author
Package txsub provides the machinery that horizon uses to submit transactions to the stellar network and track their progress.
Package utf8 contains utilities for working with utf8 data.
# Functions
AppFromContext returns the set app, if one has been set, from the provided context returns nil if no app has been set.
NewApp constructs an new App instance from the provided config.
# Constants
No description provided by the author
# Structs
Action is the "base type" for all actions in horizon.
App represents the root of the state of a horizon instance.
AssetsAction renders a page of Assets.
Config is the configuration for horizon.
DataShowAction renders a account summary found by its address.
EffectIndexAction renders a page of effect resources, identified by a normal page query and optionally filtered by an account, ledger, transaction, or operation.
LedgerIndexAction renders a page of ledger resources, identified by a normal page query.
LedgerShowAction renders a ledger found by its sequence number.
MetricsAction collects and renders a snapshot from the metrics system that will inlude any previously registered metrics.
NotFoundAction renders a 404 response.
NotImplementedAction renders a NotImplemented prblem.
OffersByAccountAction renders a page of offer resources, for a given account.
OperationFeeStatsAction renders a few useful statistics that describe the current state of operation fees on the network.
OperationIndexAction renders a page of operations resources, identified by a normal page query and optionally filtered by an account, ledger, or transaction.
OperationShowAction renders a ledger found by its sequence number.
OrderBookShowAction renders a account summary found by its address.
PathIndexAction provides path finding.
PaymentsIndexAction returns a paged slice of payments based upon the provided filters.
RateLimitExceededAction renders a 429 response.
RootAction provides a summary of the horizon instance and links to various useful endpoints.
No description provided by the author
No description provided by the author
TransactionCreateAction submits a transaction to the stellar-core network on behalf of the requesting client.
TransactionIndexAction renders a page of ledger resources, identified by a normal page query.
TransactionShowAction renders a ledger found by its sequence number.
No description provided by the author