dbo

package
v1.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 (app *DBO) QueryV3AccountPayments(address, symbol, contract string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Payment, error)

func (*DBO) QueryV3AccountTxs

func (app *DBO) QueryV3AccountTxs(address string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)

func (*DBO) QueryV3BlockPayments

func (app *DBO) QueryV3BlockPayments(height int64, symbol, contract string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Payment, error)

func (*DBO) QueryV3BlockTxs

func (app *DBO) QueryV3BlockTxs(height int64, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)

func (*DBO) QueryV3LedgerByHeight

func (app *DBO) QueryV3LedgerByHeight(height int64) ([]database.V3Ledger, error)

func (*DBO) QueryV3Ledgers

func (app *DBO) QueryV3Ledgers(begin, end uint64, cursor, limit uint64, order string) ([]database.V3Ledger, error)

func (*DBO) QueryV3Payments

func (app *DBO) QueryV3Payments(symbol, contract string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Payment, error)

func (*DBO) QueryV3SingleTx

func (app *DBO) QueryV3SingleTx(txhash string) ([]database.V3Transaction, error)

func (*DBO) QueryV3TxPayments

func (app *DBO) QueryV3TxPayments(txhash, symbol, contract string, begin, end uint64, cursor, limit uint64, order string) ([]database.V3Payment, error)

func (*DBO) QueryV3Txs

func (app *DBO) QueryV3Txs(begin, end uint64, cursor, limit uint64, order string) ([]database.V3Transaction, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL