SuiMultisigAccount class

Inheritance

Constructors

SuiMultisigAccount.new({required List<SuiBasePrivateKey<SuiCryptoPublicKey<IPublicKey>>> privateKeys, required SuiMultisigAccountPublicKey publicKey})

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKeys List<SuiBasePrivateKey<SuiCryptoPublicKey<IPublicKey>>>
final
publicKey SuiMultisigAccountPublicKey
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme SuiSigningScheme
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signPersonalMessage(List<int> message) SuiMultisigSignature
Signs a personal message with the account's private key.
override
signTransaction(List<int> txbytes, {List<SuiBasePrivateKey<SuiCryptoPublicKey<IPublicKey>>>? signers, bool hashDigest = true}) SuiMultisigSignature
Signs a transaction using the account's private key.
override
toAddress() SuiAddress
Converts the public key to a Sui address.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited