MultisigMemberSignature

A signature from a member of a multisig committee.

Properties

Link copied to clipboard

The passkey authenticator if scheme is PASSKEY.

Link copied to clipboard

Returns the field-presence view for this MultisigMemberSignature instance.

Link copied to clipboard
abstract val scheme: SignatureScheme?

The signature scheme of this signature.

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

Signature bytes if scheme is ed25519 | secp256k1 | secp256r1.

Link copied to clipboard

The zklogin authenticator if scheme is ZKLOGIN.

Functions

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

Copies the original message, including unknown fields.