package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev
# Functions
AssetFromDB produces an xdr.Asset by combining the constituent type, code and issuer, as often retrieved from the DB in 3 separate columns.
# Structs
Account is a row of data from the `accounts` table.
AccountData is a row of data from the `accountdata` table.
LedgerHeader is row of data from the `ledgerheaders` table.
Offer is row of data from the `offers` table from digitalbits-core.
OrderBookSummaryPriceLevel is a collapsed view of multiple offers at the same price that contains the summed amount from all the member offers.
PriceLevel represents an aggregation of offers to trade at a certain price.
Q is a helper struct on which to hang common queries against a digitalbits core database.
SequenceProvider implements `txsub.SequenceProvider`.
Signer is a row of data from the `signers` table from digitalbits-core.
Transaction is row of data from the `txhistory` table from digitalbits-core.
TransactionFee is row of data from the `txfeehistory` table from digitalbits-core.
Trustline is a row of data from the `trustlines` table from digitalbits-core.
# Type aliases
OrderBookSummary is a summary of a set of offers for a given base and counter currency.