gecko/vms/secp256k1fx/mint_input.go

10 lines
190 B
Go

// (c) 2019-2020, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package secp256k1fx
// MintInput ...
type MintInput struct {
Input `serialize:"true"`
}