Home
last modified time | relevance | path

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

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/src/com/blockstream/test/
H A Dtest_scripts.java31 …if (!h(Wally.scriptpubkey_multisig_from_bytes(pubkeys, 2, 0, 3)).equals("52210351aa9225259d7c10fe6… in test_multisig()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_python/
H A Dpython_extra.py_in125 scriptpubkey_multisig_from_bytes = _wrap_bin(scriptpubkey_multisig_from_bytes, _spkmfb_len_fn, resi…
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/
H A Djni_extra.java_in232 …public final static byte[] scriptpubkey_multisig_from_bytes(byte[] bytes, long threshold, long fla…
235 final int len = scriptpubkey_multisig_from_bytes(bytes, threshold, flags, buf);
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally.hpp825 inline int scriptpubkey_multisig_from_bytes(const BYTES& bytes, uint32_t threshold, uint32_t flags,… in scriptpubkey_multisig_from_bytes() function