Files
utxo/nftfx/credential.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"`
}