Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListtransactionsRequest

The listtransactions command returns transactions tracked in the wallet. This includes deposits, withdrawals and transactions related to channels. A transaction may have multiple types, e.g., a transaction may both be a close and a deposit if it closes the channel and returns funds to the wallet.

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "listtransactions",
"params": {}
}

Hierarchy

  • ListtransactionsRequest

Generated using TypeDoc