LedgerTransport class
- Implemented types
Constructors
- LedgerTransport(String path)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAppName(
) → Future< String> -
getKey(
int keyIndex, {bool verify = false}) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(
{required int keyIndex, required List< int> message, required String address, required int decimals, required int amount, required String asset}) → Future<String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
{required String path, required String appName}) → Future< LedgerTransport> -
getLedgerDevices(
) → Future< List< LedgerDevice> >