Documentation
¶
Index ¶
- type DBO
- func (app *DBO) QueryV3AccountPayments(address, symbol, contract string, begin, end uint64, cursor, limit uint64, ...) ([]database.V3Payment, error)
- func (app *DBO) QueryV3AccountTxs(address string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)
- func (app *DBO) QueryV3BlockPayments(height int64, symbol, contract string, begin, end uint64, cursor, limit uint64, ...) ([]database.V3Payment, error)
- func (app *DBO) QueryV3BlockTxs(height int64, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)
- func (app *DBO) QueryV3LedgerByHeight(height int64) ([]database.V3Ledger, error)
- func (app *DBO) QueryV3Ledgers(begin, end uint64, cursor, limit uint64, order string) ([]database.V3Ledger, error)
- func (app *DBO) QueryV3Payments(symbol, contract string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Payment, error)
- func (app *DBO) QueryV3SingleTx(txhash string) ([]database.V3Transaction, error)
- func (app *DBO) QueryV3TxPayments(txhash, symbol, contract string, begin, end uint64, cursor, limit uint64, ...) ([]database.V3Payment, error)
- func (app *DBO) QueryV3Txs(begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBO ¶
type DBO struct {
// contains filtered or unexported fields
}
func New ¶
func New(dataM *datamanager.DataManager) *DBO
func (*DBO) QueryV3AccountPayments ¶
func (*DBO) QueryV3AccountTxs ¶
func (*DBO) QueryV3BlockPayments ¶
func (*DBO) QueryV3BlockTxs ¶
func (*DBO) QueryV3LedgerByHeight ¶
func (*DBO) QueryV3Ledgers ¶
func (*DBO) QueryV3Payments ¶
func (*DBO) QueryV3SingleTx ¶
func (app *DBO) QueryV3SingleTx(txhash string) ([]database.V3Transaction, error)
func (*DBO) QueryV3TxPayments ¶
func (*DBO) QueryV3Txs ¶
Click to show internal directories.
Click to hide internal directories.