SolflareWalletAdapter class

Inheritance
Annotations
  • @JS("dwa.SolflareWalletAdapter")

Constructors

SolflareWalletAdapter()

Properties

connected bool
no setteroverride
connecting bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
icon String
no setteroverride
name String
no setteroverride
publicKey → PublicKey?
no setterinherited
readyState String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() Future<void>
override
disconnect() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signAllTransactions(List<Transaction> transaction) Future<List<Transaction>>
override
signMessage(Uint8List message) Future<Uint8List>
override
signTransaction(Transaction transaction) Future<Transaction>
override
toString() String
A string representation of this object.
inherited

Operators

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