Commit ecfb947f authored by inphi's avatar inphi

op-program: host-client interaction via I/O pipes

parent 37470523
...@@ -18,6 +18,10 @@ import ( ...@@ -18,6 +18,10 @@ import (
"github.com/ethereum-optimism/optimism/op-program/preimage" "github.com/ethereum-optimism/optimism/op-program/preimage"
) )
var (
ErrClaimNotValid = errors.New("invalid claim")
)
// ClientProgram executes the Program, while attached to an IO based pre-image oracle, to be served by a host. // ClientProgram executes the Program, while attached to an IO based pre-image oracle, to be served by a host.
func ClientProgram( func ClientProgram(
logger log.Logger, logger log.Logger,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment