SuiSecp256r1Account class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey SuiSecp256r1PrivateKey
final
publicKey SuiSecp256r1AccountPublicKey
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) SuiSecp256r1Signature
Signs a personal message with the account's private key.
override
signTransaction(List<int> txbytes, {bool hashDigest = true}) SuiSecp256r1Signature
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