Home
last modified time | relevance | path

Searched defs:bolt11 (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dbolt11.h46 struct bolt11 { struct
47 const struct chainparams *chain;
48 u64 timestamp;
49 struct amount_msat *msat; /* NULL if not specified. */
51 struct sha256 payment_hash;
52 struct node_id receiver_id;
55 const char *description;
56 struct sha256 *description_hash;
59 u64 expiry;
62 u32 min_final_cltv_expiry;
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/schemas/
H A Dlistpays.schema.json37 "bolt11": { object
65 "bolt11": { }, object
98 "bolt11": { }, object
133 "bolt11": { }, object
H A Dwaitanyinvoice.schema.json37 "bolt11": { object
66 "bolt11": { }, object
101 "bolt11": { }, object
H A Dwaitinvoice.schema.json37 "bolt11": { object
66 "bolt11": { }, object
101 "bolt11": { }, object
H A Ddelinvoice.schema.json11 "bolt11": { object
82 "bolt11": { }, object
110 "bolt11": { }, object
144 "bolt11": { }, object
H A Dlistsendpays.schema.json59 "bolt11": { object
94 "bolt11": { }, object
130 "bolt11": { }, object
164 "bolt11": { }, object
H A Dsendonion.schema.json48 "bolt11": { object
82 "bolt11": { }, object
117 "bolt11": { }, object
H A Dsendpay.schema.json56 "bolt11": { object
91 "bolt11": { }, object
127 "bolt11": { }, object
H A Dlistinvoices.schema.json44 "bolt11": { object
83 "bolt11": { }, object
120 "bolt11": { }, object
H A Dwaitsendpay.schema.json56 "bolt11": { object
91 "bolt11": { }, object
H A Dinvoice.schema.json7 "bolt11": { object
H A Dcreateinvoice.schema.json11 "bolt11": { object
H A Ddelpay.schema.json69 "bolt11": { object
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-client/pyln/client/
H A Dlightning.py551 def decodepay(self, bolt11, description=None): argument
618 def dev_pay(self, bolt11, msatoshi=None, label=None, riskfactor=None, argument
934 def listpays(self, bolt11=None, payment_hash=None, status=None): argument
958 def listsendpays(self, bolt11=None, payment_hash=None, status=None): argument
1009 def pay(self, bolt11, msatoshi=None, label=None, riskfactor=None, argument
1077 def paystatus(self, bolt11=None): argument
1141 …def sendpay(self, route, payment_hash, label=None, msatoshi=None, bolt11=None, payment_secret=None… argument
1159 shared_secrets=None, partid=None, bolt11=None, msatoshi=None, argument