DotNetLightning


IPluginServer Type

interface for plugin server It might be useful when you want to call "init"/"getmanifest" in typed client.

Instance members

Instance member Description

this.GetManifest

Full Usage: this.GetManifest

Parameters:
    allow-deprecated-apis : bool
    _otherparams : obj

Returns: Task<Manifest>
Modifiers: abstract
allow-deprecated-apis : bool
_otherparams : obj
Returns: Task<Manifest>

this.Init

Full Usage: this.Init

Parameters:
Returns: Task<obj>
Modifiers: abstract
configuration : LightningInitConfigurationDTO
options : Dictionary<string, obj>
Returns: Task<obj>