Public key for a K-of-N multi-sig transaction. A K-of-N multi-sig transaction means that for such a transaction to be executed, at least K out of the N authorized signers have signed the transaction and passed the check conducted by the chain.
A list of public keys
At least "threshold" signatures must be valid
Readonly
publicList of Ed25519 public keys for this LegacyMultiEd25519PublicKey
Readonly
thresholdThe minimum number of valid signatures required, for the number of public keys specified
Static
Readonly
MAX_Maximum number of public keys supported
Static
Readonly
MIN_Minimum number of public keys needed
Static
Readonly
MIN_Minimum threshold for the number of valid signatures required
Get the authentication key associated with this public key
Verifies that the private key associated with this public key signed the message with the given signature.
Static
deserializeGenerated using TypeDoc
Represents the public key of a K-of-N Ed25519 multi-sig transaction.