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