Home
last modified time | relevance | path

Searched refs:WALLY_TX_FLAG_ALLOW_PARTIAL (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_python/contrib/
H A Delements_tx.py85 for extra_flags in (0, WALLY_TX_FLAG_USE_ELEMENTS, WALLY_TX_FLAG_ALLOW_PARTIAL):
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_transaction.h26 #define WALLY_TX_FLAG_ALLOW_PARTIAL 0x4 /* Allow partially complete transactions */ macro
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dtransaction.c16 WALLY_TX_FLAG_ALLOW_PARTIAL | WALLY_TX_FLAG_PRE_BIP144)
2127 if (!(flags & WALLY_TX_FLAG_ALLOW_PARTIAL)) {
2365 uint32_t flags = WALLY_TX_FLAG_ALLOW_PARTIAL;
H A Dpsbt.c1728 WALLY_TX_FLAG_ALLOW_PARTIAL | WALLY_TX_FLAG_PRE_BIP144); in wally_psbt_to_bytes()