Versions in this module Expand all Collapse all v1 v1.7.1 Aug 5, 2026 Changes in this version + const CodeFormatStandardJSON + func BuildStandardJSONInput(contracts []providers.Contract, config *payloads.Config) (string, error) + type Client struct + func NewClient(verifierURL, accessKey, token, userAgent string) *Client + func (c *Client) VerifySourceCode(request *VerifyRequest) (*Response, error) + type Optimizer struct + Details *payloads.ConfigDetails + Enabled *bool + Runs *int + type Response struct + Message string + Result string + Status string + func (r *Response) IsOK() bool + type Settings struct + EvmVersion *string + Metadata *payloads.ConfigMetadata + Optimizer *Optimizer + Remappings []string + ViaIR *bool + type SourceContent struct + Content string + type StandardJSONInput struct + Language string + Settings Settings + Sources map[string]SourceContent + type VerifyRequest struct + CompilerVersion string + ContractAddress string + ContractName string + SourceCode string