github.com/ava-labs/avalanchego@v1.11.11/vms/example/xsvm/block/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 block
     5  
     6  import "github.com/ava-labs/avalanchego/vms/example/xsvm/tx"
     7  
     8  const CodecVersion = tx.CodecVersion
     9  
    10  var Codec = tx.Codec