Versions in this module Expand all Collapse all v0 v0.4.0 Sep 2, 2026 v0.3.0 Sep 1, 2026 Changes in this version + const DirectionCompensation + const DirectionForward + func NewHandler(options Options, handler HandlerFunc) (http.Handler, error) + func Permanent(err error) invocation.Outcome + func Retryable(err error) invocation.Outcome + func StaleFence(err error) invocation.Outcome + func Success(result any) invocation.Outcome + func Unknown(err error) invocation.Outcome + type Direction = invocation.Direction + type HandlerFunc func(context.Context, Request) Outcome + type Options struct + MaxRequestBytes int64 + type Outcome = invocation.Outcome + type Request struct + ArgumentHash string + Arguments map[string]any + ContractHash string + Metadata invocation.Context