Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + func SolToTS(nodes []types.Node, abi map[string][]ABISig) []types.Edge + type ABISig struct + ContractName string + FunctionName string + ParamTypes []string + type HTTPMatchResult struct + AmbiguousRetained int + PlaceholdersDropped int + Rewired int + SpecificHits int + WildcardHits int + func MatchHTTPClients(nodes []types.Node, edges []types.Edge) ([]types.Node, []types.Edge, HTTPMatchResult)