github.com/MetalBlockchain/metalgo@v1.11.9/vms/platformvm/genesis/codec.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package genesis 5 6 import "github.com/MetalBlockchain/metalgo/vms/platformvm/block" 7 8 const CodecVersion = block.CodecVersion 9 10 var Codec = block.GenesisCodec