Type Alias iota_types::crypto::RandomnessPartialSignature
source · pub type RandomnessPartialSignature = PartialSignature<RandomnessSignature>;
Aliased Type§
struct RandomnessPartialSignature {
pub index: NonZero<u16>,
pub value: G1Element,
}
Fields§
§index: NonZero<u16>
§value: G1Element