Versions in this module Expand all Collapse all v0 v0.9.0-rc8 May 5, 2026 v0.8.1 Apr 24, 2026 Changes in this version + const USDCBaseSepolia + func AnvilKeyAddress(t *testing.T, hexKey string) common.Address + func ClusterHostAddress() string + func ClusterHostIP(t *testing.T) string + func ParseAnvilKey(t *testing.T, hexKey string) *ecdsa.PrivateKey + func PatchVerifierFacilitator(t *testing.T, kubectlBin, kubeconfig, newURL string) + func SignPaymentHeaderDirect(signerKeyHex, payTo, amount string, chainID int64) string + func SignRealPaymentHeader(t *testing.T, signerKeyHex string, payTo string, amount string, chainID int64) string + func TestPaymentHeader(t *testing.T, payTo string) string + func USDCMicroUnits(usdc float64) *big.Int + type AnvilAccount struct + Address string + PrivateKey string + type AnvilFork struct + Accounts []AnvilAccount + Port int + RPCURL string + func StartAnvilFork(t *testing.T) *AnvilFork + func StartAnvilForkWithURL(t *testing.T, forkURL string) *AnvilFork + func (f *AnvilFork) ClearCode(t *testing.T, addr string) + func (f *AnvilFork) FundETH(t *testing.T, addr string, amount *big.Int) + func (f *AnvilFork) GetUSDCBalance(t *testing.T, addr string) *big.Int + func (f *AnvilFork) MintUSDC(t *testing.T, to string, amount *big.Int) + type MockFacilitator struct + ClusterURL string + Port int + Server *httptest.Server + SettleCalls atomic.Int32 + VerifyCalls atomic.Int32 + func StartMockFacilitator(t *testing.T) *MockFacilitator + type RealFacilitator struct + ClusterURL string + Port int + func StartRealFacilitator(t *testing.T, anvil *AnvilFork) *RealFacilitator