Methods
getProtocolInfo(callback)
Returns basic informations about the running node
Parameters:
Name | Type | Description |
---|---|---|
callback | Control~getProtocolInfoCallback |
- Source
listMethods(callback)
Returns a list of the support methods from the controller
Parameters:
Name | Type | Description |
---|---|---|
callback | Control~listMethodsCallback |
- Source
Type Definitions
getProtocolInfoCallback(error, info)
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
error | error | | |||||||||||||||||||||||||
info | object | Properties
|
- Source
listMethodsCallback(error, methods)
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
error | error | | ||||||||||
methods | Array.<object> | Properties
|
- Source