SuiSecp256k1Account class
- Inheritance
-
- Object
- SuiAccount<
SuiSecp256k1AccountPublicKey, SuiSecp256k1Signature> - SuiSecp256k1Account
Constructors
- SuiSecp256k1Account.new(SuiSecp256k1PrivateKey privateKey)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateKey → SuiSecp256k1PrivateKey
-
final
- publicKey → SuiSecp256k1AccountPublicKey
-
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) → SuiSecp256k1Signature -
Signs a personal message with the account's private key.
override
-
signTransaction(
List< int> txbytes, {bool hashDigest = true}) → SuiSecp256k1Signature -
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