FaucetClient.fromClient constructor
FaucetClient.fromClient(
- String endpoint,
- AptosClient client, {
- bool enableDebugLog = false,
Implementation
factory FaucetClient.fromClient(String endpoint, AptosClient client, {bool enableDebugLog = false}) {
return FaucetClient._(endpoint, client: client, enableDebugLog: client.enableDebugLog);
}