Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetDefaultActors = register.GetDefaultActros
GetDefaultActors return a code loader with the built-in actors that come with the system.
View Source
var ResolveToDeterministicAddress = vmcontext.ResolveToDeterministicAddress
Functions ¶
This section is empty.
Types ¶
type ActorCodeLoader ¶
type ActorCodeLoader = dispatch.CodeLoader
ActorCodeLoader allows yo to load an actor's code based on its id an epoch.
type ActorMethodSignature ¶
type ActorMethodSignature = dispatch.MethodSignature
ActorMethodSignature wraps a specific method and allows you to encode/decodes input/output bytes into concrete types.
type ChainRandomness ¶ added in v1.1.0
type ChainRandomness = vmcontext.HeadChainRandomness
type ExecCallBack ¶
type ExecCallBack = vmcontext.ExecCallBack
type FakeSyscalls ¶
type FakeSyscalls = vmcontext.FakeSyscalls
type Interpreter ¶
type Interpreter = vmcontext.VMInterpreter
Interpreter is the LegacyVM.
func NewLegacyVM ¶ added in v1.6.0
func NewLegacyVM(ctx context.Context, option VmOption) (Interpreter, error)
NewLegacyVM creates a new LegacyVM interpreter.
type LookbackStateGetter ¶ added in v1.1.2
type LookbackStateGetter = vmcontext.LookbackStateGetter
type SyscallsImpl ¶
type SyscallsImpl = vmcontext.SyscallsImpl
type SyscallsStateView ¶
type SyscallsStateView = vmcontext.SyscallsStateView
type TipSetGetter ¶ added in v1.10.0
type TipSetGetter = vmcontext.TipSetGetter
Click to show internal directories.
Click to hide internal directories.