比特幣(Bitcoin) RPC Rawtransactions API中joinpsbts的用法及代碼示例。
用法:
joinpsbts ["psbt",...]
將具有不同輸入和輸出的多個不同PSBT合並到一個PSBT中,並將所有PSBT的輸入和輸出合並到一個PSBT中,任何一個PSBT的輸入都不能超過一個。
參數1 - txs
類型:json數組,必需
部分簽署的交易的base64字符串的json數組
[
"psbt", (string, required) A base64 string of a PSBT
...
]
示例
bitcoin-cli joinpsbts "psbt"
相關用法
- Bitcoin analyzepsbt用法及代碼示例
- Bitcoin combinepsbt用法及代碼示例
- Bitcoin combinerawtransaction用法及代碼示例
- Bitcoin converttopsbt用法及代碼示例
- Bitcoin createpsbt用法及代碼示例
- Bitcoin createrawtransaction用法及代碼示例
- Bitcoin decodepsbt用法及代碼示例
- Bitcoin decoderawtransaction用法及代碼示例
- Bitcoin decodescript用法及代碼示例
- Bitcoin finalizepsbt用法及代碼示例
- Bitcoin fundrawtransaction用法及代碼示例
- Bitcoin getrawtransaction用法及代碼示例
- Bitcoin sendrawtransaction用法及代碼示例
- Bitcoin signrawtransactionwithkey用法及代碼示例
- Bitcoin testmempoolaccept用法及代碼示例
- Bitcoin utxoupdatepsbt用法及代碼示例
注:本文由純淨天空篩選整理自bitcoin.org大神的英文原創作品 Bitcoin joinpsbts。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。