mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-20 12:14:19 +01:00
* initial commit * wip * add bitcointree pkg in common * add bitcoin txbuilder * fix BuildPoolTx test * fix sweeper * v0 musig2 congestion tree * bitcointree: add signatures support * add Makefile in common * fix lint * fix go.mod and TxBuilder * go mod tidy * rename "pset" --> "psbt" * add GetSweepInput method in TxBuilder * fix extractSweepLeaf (bitcoin tx builder)
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"treeSignature": {
|
|
"valid": [
|
|
{
|
|
"receivers": [
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"receivers": [
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
},
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 8000
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"receivers": [
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
},
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
},
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
},
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1000
|
|
},
|
|
{
|
|
"pubkey": "020000000000000000000000000000000000000000000000000000000000000002",
|
|
"amount": 1100
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |