gecko/vms/nftfx/mint_output.go

12 lines
229 B
Go
Raw Permalink Normal View History

2020-03-30 13:23:06 -07:00
package nftfx
import (
"github.com/ava-labs/gecko/vms/secp256k1fx"
)
// MintOutput ...
type MintOutput struct {
2020-03-30 22:09:49 -07:00
GroupID uint32 `serialize:"true" json:"groupID"`
2020-03-30 13:23:06 -07:00
secp256k1fx.OutputOwners `serialize:"true"`
}