Versions in this module Expand all Collapse all v1 v1.1.0 Apr 1, 2025 Changes in this version + type Fx interface + Bootstrapped func() error + Bootstrapping func() error + Initialize func(vm interface{}) error + VerifyOperation func(tx, op, cred interface{}, utxos []interface{}) error + VerifyTransfer func(tx, in, cred, utxo interface{}) error + type FxCredential struct + Credential verify.Verifiable + FxID ids.ID + func (f *FxCredential) Verify() error + type FxOperation interface + Outs func() []verify.State + type ParsedFx struct + Fx Fx + ID ids.ID