initial outline

This commit is contained in:
Shannon Appelcline 2020-07-02 11:14:36 -10:00 committed by GitHub
parent 4da706586b
commit 720142c1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
# 6.6: Creating a Partially Signed Bitcoin Transaction
> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
[intro]
> :warning: **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.17.0 that had continued to be expanded through Bitcoin Core 0.20.0. Most of the commands in this section are from 0.17.0, but the updated `importmulti` that support descriptors is from 0.18.0.
## Understand a PSBT
## Create a PSBT the Old-Fashioned Way
## Create a PSBT the Hard Way
## Create a PSBT the Easy Way
## Examine Your PSBT
## Summary: Creating a Partially Signed Bitcoin Transaction
## What's Next?