-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
kind/questionGeneric questionGeneric questionneeds/areaNeeds area label(s)Needs area label(s)needs/triageWaiting for triage to be acceptedWaiting for triage to be accepted
Description
/**
* A P2PKH witness example for estimating txn size before signing transaction.
*/
const P2WPKH_WITNESS_EXAMPLE: Witness = {
scripts: [
{ hex: '3044022000000000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000001' },
{ hex: '000000000000000000000000000000000000000000000000000000000000000000' }
]
}
Are the first 30440220 and the middle 22 fixed values? What is the signature algorithm we use?
### Tasks
Metadata
Metadata
Assignees
Labels
kind/questionGeneric questionGeneric questionneeds/areaNeeds area label(s)Needs area label(s)needs/triageWaiting for triage to be acceptedWaiting for triage to be accepted