package
1.0.0-alpha
Repository: https://github.com/solidifylabs/specops.git
Documentation: pkg.go.dev

# Functions

BytecoderFromStackPusher returns a Bytecoder that calls s.ToPush() and prepends the appropriate PUSH<N> opcode to the returned bytecode.

# Interfaces

A BytecodeHolder is a concatenation of Bytecoders.
A Bytecoder returns raw EVM bytecode.
A StackPusher returns [1,32] bytes to be pushed to the stack.

# Type aliases

An OpCode converts a standard geth OpCode into a Bytecoder that returns itself.