Home
last modified time | relevance | path

Searched refs:param_sha256 (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Doffer.c181 p_opt("offer_id", param_sha256, &offer_id), in json_listoffers()
245 p_req("offer_id", param_sha256, &offer_id), in json_disableoffer()
510 p_req("merkle", param_sha256, &merkle), in json_payersign()
H A Dpay.c1294 p_req("payment_hash", param_sha256, &payment_hash), in json_sendonion()
1302 p_opt("localofferid", param_sha256, &local_offer_id), in json_sendonion()
1456 p_req("payment_hash", param_sha256, &rhash), in json_sendpay()
1463 p_opt("localofferid", param_sha256, &local_offer_id), in json_sendpay()
1542 p_req("payment_hash", param_sha256, &rhash), in json_waitsendpay()
1585 p_opt("payment_hash", param_sha256, &rhash), in json_listsendpays()
1661 p_req("payment_hash", param_sha256, &payment_hash), in json_delpay()
H A Dinvoice.c1314 p_opt("payment_hash", param_sha256, &payment_hash), in json_listinvoices()
1315 p_opt("offer_id", param_sha256, &offer_id), in json_listinvoices()
H A Djsonrpc.c278 p_req("secret", param_sha256, &secret), in json_dev()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Djson_tok.h66 struct command_result *param_sha256(struct command *cmd, const char *name,
H A Djson_tok.c109 struct command_result *param_sha256(struct command *cmd, const char *name, in param_sha256() function
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-jsonrpc.c96 struct command_result *param_sha256(struct command *cmd UNNEEDED, const char *name UNNEEDED, in param_sha256() function
H A Drun-invoice-select-inchan.c544 struct command_result *param_sha256(struct command *cmd UNNEEDED, const char *name UNNEEDED, in param_sha256() function
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dpay.c1914 p_opt("payment_hash", param_sha256, &payment_hash), in json_listpays()
2331 p_opt("localofferid", param_sha256, &local_offer_id), in json_paymod()