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 @param {String} address TransactionChain address
-
lastAddressFromSeed(
String seed) → Future< String> - Get the last address from seed @param {String} seed TransactionChain 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