Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DisableofferRequest

The disableoffer RPC command disables an offer, so that no further invoices will be given out (if made with lightning-offer(7)) or invoices accepted (if made with lightning-offerout(7)).

We currently don't support deletion of offers, so offers are not forgotten entirely (there may be invoices which refer to this offer).

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "disableoffer",
"params": {
"offer_id": "713a16ccd4eb10438bdcfbc2c8276be301020dd9d489c530773ba64f3b33307d ",
}
}

Hierarchy

  • DisableofferRequest

Index

Properties

Properties

offer_id: string

Generated using TypeDoc