Documentation
¶
Overview ¶
Package dexvm re-exports the canonical DEX VM from github.com/luxfi/chains/dexvm so existing callers that imported github.com/luxfi/node/vms/dexvm pre-extraction keep working without source-level changes.
New code should import the canonical path:
"github.com/luxfi/chains/dexvm"
This package is a thin backward-compatibility alias. The underlying chains/dexvm is the pure-Go stateless atomic proxy (zero private deps). Unlike the always-on genesis VMs, dexvm is registered in OptionalVMs and is NFT-gated (see node/vms.go:118, RequiredNFT "dex-operator"): a node only tracks/validates the D-Chain when the network has configured that operator collection, so it is plugin-loaded on demand, not linked unconditionally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // VMID identifies the canonical primary-network D-Chain VM. VMID = dexvm.VMID // NewChainVM constructs a fresh DEX chain VM. NewChainVM = dexvm.NewChainVM )
Functions ¶
This section is empty.