Documentation
¶
Overview ¶
Package thresholdvm re-exports the canonical Threshold (FHE / MPC) VM from github.com/luxfi/chains/thresholdvm so existing callers that imported github.com/luxfi/node/vms/thresholdvm pre-extraction keep working without source changes.
New code should import the canonical path:
"github.com/luxfi/chains/thresholdvm"
This file is a thin alias wrapper kept for backward compatibility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidOperation = thresholdvm.ErrInvalidOperation NewClient = thresholdvm.NewClient )
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block = thresholdvm.Block
type BlockError ¶
type BlockError = thresholdvm.BlockError
type Client ¶
type Client = thresholdvm.Client
type Operation ¶
type Operation = thresholdvm.Operation
Click to show internal directories.
Click to hide internal directories.