test: add tests for more advanced txbuilder operations

This commit is contained in:
thunderbiscuit
2023-12-14 12:19:01 -05:00
parent 252bcaa444
commit bbc6e1a43c
6 changed files with 148 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ interface TxBuilder {
TxBuilder add_recipient(Script script, u64 amount);
TxBuilder set_recipients(sequence<ScriptAmount> script_amount);
TxBuilder set_recipients(sequence<ScriptAmount> recipients);
TxBuilder add_unspendable(OutPoint unspendable);