Versions in this module Expand all Collapse all v1 v1.3.24 Aug 17, 2022 v1.3.23 Aug 17, 2022 v1.3.22 Aug 16, 2022 Changes in this version + type AccountTransactionBaseRow struct + Account string + BlockHash string + BlockHeight int64 + BlockTime utctime.UTCTime + Hash string + MessageTypes []string + Success bool + type AccountTransactionData struct + func NewAccountTransactionData(handle *rdb.Handle) *AccountTransactionData + func (transactionsView *AccountTransactionData) Insert(transaction *TransactionRow) error + func (transactionsView *AccountTransactionData) InsertAll(transactions []TransactionRow) error + type AccountTransactionReadRow struct + Code int + Fee coin.Coins + FeeGranter string + FeePayer string + GasUsed int + GasWanted int + Log string + Memo string + Messages []TransactionRowMessage + Success bool + TimeoutHeight int64 + type AccountTransactionRecord struct + Accounts []string + Row AccountTransactionBaseRow + type AccountTransactions struct + func NewAccountTransactions(handle *rdb.Handle) *AccountTransactions + func (accountMessagesView *AccountTransactions) InsertAll(rows []AccountTransactionBaseRow) error + func (accountMessagesView *AccountTransactions) List(filter AccountTransactionsListFilter, order AccountTransactionsListOrder, ...) ([]AccountTransactionReadRow, *pagination_interface.PaginationResult, error) + type AccountTransactionsListFilter struct + Account string + Memo string + type AccountTransactionsListOrder struct + Id view.ORDER + type AccountTransactionsTotal struct + func NewAccountTransactionsTotal(rdbHandle *rdb.Handle) *AccountTransactionsTotal + func (total *AccountTransactionsTotal) Search(address string) (bool, error) + type TransactionRow struct + BlockHash string + BlockHeight int64 + BlockTime utctime.UTCTime + Code int + Fee coin.Coins + FeeGranter string + FeePayer string + GasUsed int + GasWanted int + Hash string + Index int + Log string + Memo string + Messages []TransactionRowMessage + Success bool + TimeoutHeight int64 + type TransactionRowMessage struct + Content interface{} + Type string + type TransactionsListFilter struct + MaybeBlockHeight *int64 + type TransactionsListOrder struct + Height view.ORDER