Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorePrecompile ¶
type CorePrecompile struct { lib.BlankPrecompile // contains filtered or unexported fields }
func NewCorePrecompile ¶
func NewCorePrecompile(schemas arch.ArchSchemas, coreConstructor func() arch.Core) *CorePrecompile
NewCorePrecompile creates a new CorePrecompile.
func (*CorePrecompile) IsStatic ¶
func (p *CorePrecompile) IsStatic(input []byte) bool
func (*CorePrecompile) Run ¶
func (p *CorePrecompile) Run(env concrete.Environment, input []byte) (_ret []byte, _err error)
Click to show internal directories.
Click to hide internal directories.