Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressSet ¶
type FilteredTransfer ¶
type FilteredTransfer struct { Sender meter.Address `json:"sender"` Recipient meter.Address `json:"recipient"` Amount *math.HexOrDecimal256 `json:"amount"` Token uint32 `json:"token"` Meta transactions.LogMeta `json:"meta"` LogIndex uint32 `json:"logIndex"` }
type TransferFilter ¶
type TransfersLegacy ¶
type TransfersLegacy struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *logdb.LogDB) *TransfersLegacy
Click to show internal directories.
Click to hide internal directories.