Komodo DeFi Framework Method: lightning::nodes::list_trusted_nodes
API-v2lightning::nodes::list_trusted_nodes
The lightning::nodes::list_trusted_nodes method allows you to list all nodes in your trusted list.
| Parameter | Type | Required | Description |
|---|---|---|---|
| coin | string | ✓ | The coin ticker you would like to view your trusted nodes to. |
| Parameter | Type | Description |
|---|---|---|
| trusted_nodes | string[] | Array of trusted node IDs. |
| id | int or null | Request identifier, or null. |
lightning::nodes::list_trusted_nodes
POST
lightning::nodes::list_trusted_nodes{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "lightning::nodes::list_trusted_nodes",
"params": {
"coin": "tBTC-lightning"
},
"id": 1
}