mirror of
https://github.com/luxfi/utxo.git
synced 2026-07-27 03:39:23 +00:00
11 lines
245 B
Go
11 lines
245 B
Go
// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
package nftfx
|
|
|
|
import "github.com/luxfi/utxo/secp256k1fx"
|
|
|
|
type Credential struct {
|
|
secp256k1fx.Credential `serialize:"true"`
|
|
}
|