Home
last modified time | relevance | path

Searched refs:psbt_combine (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_python/contrib/
H A Dpsbt.py67 psbt_combine(psbt, psbt)
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dpsbt.c1930 static int psbt_combine(struct wally_psbt *psbt, const struct wally_psbt *src) in psbt_combine() function
1961 return ret == WALLY_OK ? psbt_combine(psbt, src) : ret; in wally_psbt_combine()
1997 ret = psbt_combine(*output, psbt); in wally_psbt_clone_alloc()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally.hpp541 inline int psbt_combine(const PSBT& psbt, const struct wally_psbt* src) { in psbt_combine() function