walletprocesspsbt¶
Update a PSBT with input information from our wallet and then sign inputs that we can sign for.
Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted.
Argument #3 - sighashtype¶
Type: string, optional, default=ALL
- The signature hash type to sign with if not specified by the PSBT. Must be one of
“ALL” “NONE” “SINGLE” “ALL|ANYONECANPAY” “NONE|ANYONECANPAY” “SINGLE|ANYONECANPAY”
Type: boolean, optional, default=true
Result¶
{ (json object)
"psbt" : "str", (string) The base64-encoded partially signed transaction
"complete" : true|false (boolean) If the transaction has a complete set of signatures
}
Examples¶
lcryp-cli walletprocesspsbt "psbt"