mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
ListVtxos rpc: return swept vtxos (#168)
This commit is contained in:
@@ -25,5 +25,6 @@ type VtxoRepository interface {
|
||||
GetVtxosForRound(ctx context.Context, txid string) ([]Vtxo, error)
|
||||
SweepVtxos(ctx context.Context, vtxos []VtxoKey) error
|
||||
GetAllVtxos(ctx context.Context, pubkey string) ([]Vtxo, []Vtxo, error)
|
||||
GetAllSweepableVtxos(ctx context.Context) ([]Vtxo, error)
|
||||
UpdateExpireAt(ctx context.Context, vtxos []VtxoKey, expireAt int64) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user