RemoteAPI.this

Create an instante of a client

This connects to an already instantiated node. In order to instantiate a node, see the static spawn function.

class RemoteAPI(API, alias S = VibeJSONSerializer!())
@trusted nothrow
this
(,
Duration timeout = 5.seconds
)

Parameters

listener Listener!API

The listener used to connect to the node (most frequently obtained by calling geod24.concurrency.locate)

timeout Duration

any timeout to use

Meta