Documentation ¶
Index ¶
- func GetAddressById(db *postgres.DB, id int64) (string, error)
- func GetOrCreateAddress(db *postgres.DB, address string) (int64, error)
- func GetOrCreateAddressInTransaction(tx *sqlx.Tx, address string) (int64, error)
- func MarkContractWatcherHeaderCheckedInTransaction(headerID int64, tx *sqlx.Tx, checkedHeadersColumn string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddressById ¶ added in v0.0.8
func GetOrCreateAddress ¶ added in v0.0.8
func GetOrCreateAddressInTransaction ¶ added in v0.0.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.