MCPcopy Create free account
hub / github.com/Jesserc/gevm / Opcode

TypeAlias Opcode

gevm/opcodes.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Opcode byte
6
7const (
8 STOP Opcode = 0x0

Callers 2

NewJumpTableFunction · 0.85
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected