Documentation ¶
Index ¶
- Constants
- func GetTransactionsFromDelivery(delivery amqp.Delivery, service string) (types.Txs, error)
- func RunNotifier(database *db.Instance, delivery amqp.Delivery) error
- func ToUniqueAddresses(addresses []string) []string
- func UnprefixedAddress(address string) (string, uint, bool)
- type TransactionNotification
Constants ¶
View Source
const (
Notifier = "Notifier"
)
Variables ¶
This section is empty.
Functions ¶
func ToUniqueAddresses ¶
Types ¶
type TransactionNotification ¶
type TransactionNotification struct { Action types.TransactionType `json:"action"` Result types.Tx `json:"result"` }
Click to show internal directories.
Click to hide internal directories.