factory CoinClient.fromEndpoint(String endpoint, {bool enableDebugLog = false}) { return CoinClient(AptosClient(endpoint, enableDebugLog: enableDebugLog)); }