LedgerConnection class

Properties

connection LedgerConnectionDartWrapper
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getPublicKey(int accountId) Future<Uint8List>
Method to get public key. It's called from rust
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(int accountId, int? signatureId, List<int> message) Future<Uint8List>
Method to sign data. It's called from rust
signTransaction(int accountId, int wallet, int? signatureId, List<int> message, String context) Future<Uint8List>
Method to sign a transaction. It's called from rust
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(LedgerConnectionHandler handler) LedgerConnection