package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev
# Constants
from create_account.
from create_account, payment, path_payment, merge_account.
from create_account, payment, path_payment, create_account.
from set_options.
from set_options.
from set_options.
from merge_account.
from set_options.
from manage_data.
from manage_data.
from manage_data.
from manage_offer, creat_passive_offer.
from manage_offer, creat_passive_offer, path_payment.
from manage_offer, creat_passive_offer, path_payment.
from set_options.
from set_options.
from set_options.
from manage_offer, creat_passive_offer, path_payment.
from allow_trust.
from change_trust.
from allow_trust.
from change_trust.
from change_trust, allow_trust.
# Variables
No description provided by the author
# Structs
Account is a row of data from the `history_accounts` table.
AccountsQ is a helper struct to aid in configuring queries that loads slices of account structs.
Asset is a row of data from the `history_assets` table.
AssetStat is a row in the asset_stats table representing the stats per Asset.
Effect is a row of data from the `history_effects` table.
EffectsQ is a helper struct to aid in configuring queries that loads slices of Ledger structs.
Ledger is a row of data from the `history_ledgers` table.
LedgerCache is a helper struct to load ledger data related to a batch of sequences.
LedgersQ is a helper struct to aid in configuring queries that loads slices of Ledger structs.
Operation is a row of data from the `history_operations` table.
OperationsQ is a helper struct to aid in configuring queries that loads slices of Operation structs.
Q is a helper struct on which to hang common_trades queries against a history portion of the frontier database.
TotalOrderID represents the ID portion of rows that are identified by the "TotalOrderID".
Trade represents a trade from the trades table, joined with asset information from the assets table and account addresses from the accounts table.
Trade aggregation represents an aggregation of trades from the trades table.
TradeAggregationsQ is a helper struct to aid in configuring queries to bucket and aggregate trades.
TradesQ is a helper struct to aid in configuring queries that loads slices of trade structs.
Transaction is a row of data from the `history_transactions` table.
TransactionsQ is a helper struct to aid in configuring queries that loads slices of transaction structs.
# Type aliases
EffectType is the numeric type for an effect, used as the `type` field in the `history_effects` table.