mainstreet_verify
Verify a MainStreet EIP-712 signed attestation (zero crypto deps): recovers the signer, checks freshness + that it matches the operator, and optionally enforces a minimum score. Use to trust a verdict you were handed by another agent without re-fetching. Returns { valid, signerMatch, recovered, fresh, score, passesThreshold }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| minScore | No | ||
| signature | Yes |