Files
ark/common/bitcointree/testdata/musig2.json
Louis Singer b536a9e652 New address encoding (#356)
* [common] rework address encoding

* new address encoding

* replace offchain address by vtxo output key in DB

* merge migrations files into init one

* fix txbuilder fixtures

* fix transaction events
2024-10-18 16:50:07 +02:00

50 lines
1.3 KiB
JSON

{
"treeSignature": {
"valid": [
{
"receivers": [
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
}
]
},
{
"receivers": [
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
},
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 8000
}
]
},
{
"receivers": [
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
},
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
},
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
},
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1000
},
{
"pubkey": "0000000000000000000000000000000000000000000000000000000000000002",
"amount": 1100
}
]
}
]
}
}