mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
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
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
type TreeFactory func(outpoint psetv2.InputArgs) (CongestionTree, error)
|
||||
|
||||
type Receiver struct {
|
||||
Script VtxoScript
|
||||
type VtxoLeaf struct {
|
||||
Pubkey string
|
||||
Amount uint64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user