#include <psbt.h>
#include <boost/test/unit_test.hpp>
#include <test/util/setup_common.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/4]
| BOOST_AUTO_TEST_CASE |
( |
merge_proprietary_fields |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
| BOOST_AUTO_TEST_CASE |
( |
psbt2_addinput |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
| BOOST_AUTO_TEST_CASE |
( |
psbt2_addoutput |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
| BOOST_AUTO_TEST_CASE |
( |
psbt2_timelock_test |
| ) |
|
◆ CheckTimeLock()
| void CheckTimeLock |
( |
const std::string & |
base64_psbt, |
|
|
std::optional< uint32_t > |
timelock |
|
) |
| |
◆ MakeProprietary()
| static PSBTProprietary MakeProprietary |
( |
uint64_t |
subtype, |
|
|
uint8_t |
key_data, |
|
|
uint8_t |
value |
|
) |
| |
|
static |