mirror of
https://github.com/luxfi/utxo.git
synced 2026-07-27 03:39:23 +00:00
11 lines
388 B
Go
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
|