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