Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Core is the VM type name for core contracts Core = "core" // Native is the VM type name for native (non-core) contracts Native = "native" // WasmTime is the VM type name for contracts run by the WasmTime VM WasmTime = "wasmtime" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.