pub type TicketSignature = RingVrfSignature;Expand description
Ticket ring vrf signature.
Aliased Type§
struct TicketSignature {
pub pre_output: VrfPreOutput,
pub proof: [u8; 752],
}Fields§
§pre_output: VrfPreOutputVRF pre-output.
proof: [u8; 752]Ring signature.