AddressService class
Constructors
- AddressService(String? endpoint)
Properties
Methods
-
lastAddressFromAddress(
List< String> addresses) → Future<Map< String, String> > - Get the last addresses from a list of addresses
-
lastAddressFromSeed(
String seed) → Future< String> - Get the last address from a seed
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited