Files
2026-01-10 02:00:48 -08:00

11 lines
388 B
Go

// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utxo
// This file is kept minimal as types are defined in their respective files:
// - UTXO is defined in utxo.go
// - UTXOID is defined in utxo_id.go
// - Asset is defined in asset.go
// - TransferableInput and TransferableOutput are defined in transferables.go