Create a new MultiSigPublicKey object
MultiSig public key as buffer or base-64 encoded string
Combines multiple partial signatures into a single multisig, ensuring that each public key signs only once and that all the public keys involved are known and valid, and then serializes multisig into the standard format
Return the Sui address associated with this MultiSig public key
Return the base-64 representation of the public key
Return the byte array representation of the MultiSig public key
Return the Sui address associated with this MultiSig public key
Returns the bytes representation of the public key prefixed with the signature scheme flag
Return the Sui representation of the public key encoded in base-64. A Sui public key is formed by the concatenation of the scheme flag with the raw bytes of the public key
Verifies that the signature is valid for for the provided message
Verifies that the public key is associated with the provided address
Static
fromA static method to create a new MultiSig publickey instance from a set of public keys and their associated weights pairs and threshold.
A MultiSig public key