Create a new MultiSigPublicKey object
MultiSig public key as buffer or base-64 encoded string
Optional
client?: SuiGraphQLClient<{}>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
Checks if two MultiSig public keys are equal
Rest
...signers: [signer: Signer]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