menu
witnet package
documentation
node.dart
NodeClient
NodeClient.new constructor
NodeClient.new constructor
dark_mode
light_mode
NodeClient
constructor
NodeClient
(
{
required
String
address
,
required
int
port
,
bool
keepAlive
=
false
,
})
Implementation
NodeClient({ required this.address, required this.port, this.keepAlive = false, });
witnet package
documentation
node
NodeClient
NodeClient.new constructor
NodeClient class