Type Alias sp_consensus_sassafras::ticket::TicketId
source · pub type TicketId = u128;
Expand description
Ticket identifier.
Its value is the output of a VRF whose inputs cannot be controlled by the
ticket’s creator (refer to crate::vrf::ticket_id_input
parameters).
Because of this, it is also used as the ticket score to compare against
the epoch ticket’s threshold to decide if the ticket is worth being considered
for slot assignment (refer to ticket_id_threshold
).