ValidatorAggregatedSignature

/ An aggregated signature from multiple validators.

Properties

Link copied to clipboard
abstract val bitmap: <Error class: unknown class>?

Bitmap indicating which members of the committee contributed to this signature.

Link copied to clipboard
abstract val epoch: <Error class: unknown class>?

The epoch when this signature was produced.

Link copied to clipboard
Link copied to clipboard
abstract val signature: <Error class: unknown class>?

The 48-byte Bls12381 aggregated signature.

Functions

Link copied to clipboard
fun ValidatorAggregatedSignature.copy(body: <Error class: unknown class>.() -> Unit = {}): ValidatorAggregatedSignature

Copies the original message, including unknown fields.