MultisigAggregatedSignature

Aggregated signature from members of a multisig committee.

Properties

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

Bitmap indicating which committee members contributed to the signature.

Link copied to clipboard

The committee to use to validate this signature.

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

If present, means this signature's on-chain format uses the old legacy multisig format.

Link copied to clipboard
Link copied to clipboard

The plain signatures encoded with signature scheme.

Functions

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

Copies the original message, including unknown fields.