AddressService class
Constructors
- AddressService(String? endpoint, {bool logsActivation = true})
Properties
- endpoint ↔ String?
-
endpoint is the HTTP URL to a Archethic node (acting as welcome node)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logsActivation → bool
-
logsActivation manage log activation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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