Public key for a K-of-N multisig transaction. A K-of-N multisig 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.
Creating a Signed Transaction
A list of public keys
At least "threshold" signatures must be valid
Readonly
Converts a MultiEd25519PublicKey into bytes with: bytes = p1_bytes | ... | pn_bytes | threshold
Static
Generated using TypeDoc
Public key for a K-of-N multisig transaction. A K-of-N multisig 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.
See
Creating a Signed Transaction