Files
node/vms/example/xsvm/block/codec.go
T

11 lines
241 B
Go

// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package block
import "github.com/luxfi/node/vms/example/xsvm/tx"
const CodecVersion = tx.CodecVersion
var Codec = tx.Codec