Multisig Aggregated Signature
interface MultisigAggregatedSignature
Aggregated signature from members of a multisig committee.
Properties
Link copied to clipboard
The committee to use to validate this signature.
Link copied to clipboard
If present, means this signature's on-chain format uses the old legacy multisig format.
Link copied to clipboard
Returns the field-presence view for this MultisigAggregatedSignature instance.
Link copied to clipboard
The plain signatures encoded with signature scheme.
Functions
Link copied to clipboard
Link copied to clipboard
fun MultisigAggregatedSignature.copy(body: <Error class: unknown class>.() -> Unit = {}): MultisigAggregatedSignature
Copies the original message, including unknown fields.