Module db

Module db 

Source
Expand description

Node database related API traits.

Structs§

ChannelTicketStatistics
Contains ticket statistics for one or more channels.
TicketSelector
Allows selecting tickets via HoprDbTicketOperations.

Enums§

TicketIndexSelector
Allows selecting a range of ticket indices in TicketSelector.
TicketMarker
Different markers for unredeemed tickets. See HoprDbTicketOperations::mark_tickets_as for usage.

Traits§

HoprDbTicketOperations
Database operations for tickets.
HoprNodeDbApi
Complete set of HOPR node database APIs.

Type Aliases§

DbTimestamp
Shorthand for the chrono based timestamp type used in the database.