lightning-askrene-listreservations

lightning-askrene-listreservations -- Command to display information about reservations (EXPERIMENTAL)

SYNOPSIS

askrene-listreservations

DESCRIPTION

WARNING: experimental, so API may change.

The askrene-reservations RPC command reports outstanding reservations made with askrene-reserve, mainly for debugging.

RETURN VALUE

On success, an object containing layers is returned. It is an array of objects, where each object contains:

  • short_channel_id_dir (short_channel_id_dir): The channel and direction that is reserved.
  • amount_msat (msat): The amount reserved.
  • age_in_seconds (u64): The age of this reservation.
  • command_id (string): The JSON id of the command used to make the reservation.

AUTHOR

Rusty Russell <[email protected]> is mainly responsible.

SEE ALSO

lightning-askrene-reserve(7), lightning-askrene-unreserve(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning