github.com/MetalBlockchain/metalgo@v1.11.9/vms/propertyfx/credential.go (about)

     1  // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
     2  // See the file LICENSE for licensing terms.
     3  
     4  package propertyfx
     5  
     6  import "github.com/MetalBlockchain/metalgo/vms/secp256k1fx"
     7  
     8  type Credential struct {
     9  	secp256k1fx.Credential `serialize:"true"`
    10  }