MultisigCommittee

A multisig committee.

Properties

Link copied to clipboard
abstract val members: List<MultisigMember>

A list of committee members and their corresponding weight.

Link copied to clipboard

Returns the field-presence view for this MultisigCommittee instance.

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

The threshold of signatures needed to validate a signature from this committee.

Functions

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

Copies the original message, including unknown fields.