FaucetClient class
Constructors
- FaucetClient.fromClient(String endpoint, AptosClient client, {bool enableDebugLog = false})
-
factory
- FaucetClient.fromEndpoint(String endpoint, String clientEndpoint, {bool enableDebugLog = false})
-
factory
- FaucetClient.fromNetwork(Network network, {bool enableDebugLog = false})
-
factory
Properties
- aptosClient ↔ AptosClient
-
latefinal
- endpoint → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fundAccount(
String address, String amount, {int timeoutSecs = 20}) → Future< List< String> > -
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