package
0.0.0-20230404182008-faf87dabebf0
Repository: https://github.com/exccoin/vspd.git
Documentation: pkg.go.dev
# Constants
FeeBroadcast indicates fee tx has been broadcast but not confirmed.
FeeConfirmed indicates fee tx has been broadcast and confirmed.
FeeError indicates fee tx could not be broadcast due to an error.
FeeReceieved indicates fee tx has been received but not broadcast.
NoFee indicates no fee tx has been received yet.
Revoked indicates the ticket has been revoked, either because it was missed or it expired.
Voted indicates the ticket has already voted.
# Structs
AltSignAddrData holds the information needed to prove that a client added an alternate signing address.
No description provided by the author
VoteChangeRecord is serialized to json and stored in bbolt db.
VspDatabase wraps an instance of bolt.DB and provides VSP specific convenience functions.
# Type aliases
FeeStatus represents the current state of a ticket fee payment.
TicketOutcome describes the reason a ticket is no longer votable.