Versions in this module Expand all Collapse all v1 v1.2.7 Aug 20, 2026 Changes in this version + type Client struct + func (a *Client) GetScanResultUsingGET(params *GetScanResultUsingGETParams) (*GetScanResultUsingGETOK, error) + func (a *Client) ScanAddressUsingGET(params *ScanAddressUsingGETParams) (*ScanAddressUsingGETOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetScanResultUsingGET func(params *GetScanResultUsingGETParams) (*GetScanResultUsingGETOK, error) + ScanAddressUsingGET func(params *ScanAddressUsingGETParams) (*ScanAddressUsingGETOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetScanResultUsingGETForbidden struct + func NewGetScanResultUsingGETForbidden() *GetScanResultUsingGETForbidden + func (o *GetScanResultUsingGETForbidden) Error() string + type GetScanResultUsingGETNotFound struct + func NewGetScanResultUsingGETNotFound() *GetScanResultUsingGETNotFound + func (o *GetScanResultUsingGETNotFound) Error() string + type GetScanResultUsingGETOK struct + Payload *models.ResponseWrapperGetScanResult + func NewGetScanResultUsingGETOK() *GetScanResultUsingGETOK + func (o *GetScanResultUsingGETOK) Error() string + func (o *GetScanResultUsingGETOK) GetPayload() *models.ResponseWrapperGetScanResult + type GetScanResultUsingGETParams struct + Authorization *string + Context context.Context + HTTPClient *http.Client + RequestID string + func NewGetScanResultUsingGETParams() *GetScanResultUsingGETParams + func NewGetScanResultUsingGETParamsWithContext(ctx context.Context) *GetScanResultUsingGETParams + func NewGetScanResultUsingGETParamsWithHTTPClient(client *http.Client) *GetScanResultUsingGETParams + func NewGetScanResultUsingGETParamsWithTimeout(timeout time.Duration) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) SetAuthorization(authorization *string) + func (o *GetScanResultUsingGETParams) SetContext(ctx context.Context) + func (o *GetScanResultUsingGETParams) SetHTTPClient(client *http.Client) + func (o *GetScanResultUsingGETParams) SetRequestID(requestID string) + func (o *GetScanResultUsingGETParams) SetTimeout(timeout time.Duration) + func (o *GetScanResultUsingGETParams) WithAuthorization(authorization *string) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) WithContext(ctx context.Context) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) WithHTTPClient(client *http.Client) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) WithRequestID(requestID string) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) WithTimeout(timeout time.Duration) *GetScanResultUsingGETParams + func (o *GetScanResultUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetScanResultUsingGETReader struct + func (o *GetScanResultUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetScanResultUsingGETUnauthorized struct + func NewGetScanResultUsingGETUnauthorized() *GetScanResultUsingGETUnauthorized + func (o *GetScanResultUsingGETUnauthorized) Error() string + type ScanAddressUsingGETForbidden struct + func NewScanAddressUsingGETForbidden() *ScanAddressUsingGETForbidden + func (o *ScanAddressUsingGETForbidden) Error() string + type ScanAddressUsingGETNotFound struct + func NewScanAddressUsingGETNotFound() *ScanAddressUsingGETNotFound + func (o *ScanAddressUsingGETNotFound) Error() string + type ScanAddressUsingGETOK struct + Payload *models.ResponseWrapperOpenScanAddressResp + func NewScanAddressUsingGETOK() *ScanAddressUsingGETOK + func (o *ScanAddressUsingGETOK) Error() string + func (o *ScanAddressUsingGETOK) GetPayload() *models.ResponseWrapperOpenScanAddressResp + type ScanAddressUsingGETParams struct + Address string + Authorization *string + ChainID string + Context context.Context + HTTPClient *http.Client + func NewScanAddressUsingGETParams() *ScanAddressUsingGETParams + func NewScanAddressUsingGETParamsWithContext(ctx context.Context) *ScanAddressUsingGETParams + func NewScanAddressUsingGETParamsWithHTTPClient(client *http.Client) *ScanAddressUsingGETParams + func NewScanAddressUsingGETParamsWithTimeout(timeout time.Duration) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) SetAddress(address string) + func (o *ScanAddressUsingGETParams) SetAuthorization(authorization *string) + func (o *ScanAddressUsingGETParams) SetChainID(chainID string) + func (o *ScanAddressUsingGETParams) SetContext(ctx context.Context) + func (o *ScanAddressUsingGETParams) SetHTTPClient(client *http.Client) + func (o *ScanAddressUsingGETParams) SetTimeout(timeout time.Duration) + func (o *ScanAddressUsingGETParams) WithAddress(address string) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WithAuthorization(authorization *string) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WithChainID(chainID string) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WithContext(ctx context.Context) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WithHTTPClient(client *http.Client) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WithTimeout(timeout time.Duration) *ScanAddressUsingGETParams + func (o *ScanAddressUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScanAddressUsingGETReader struct + func (o *ScanAddressUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScanAddressUsingGETUnauthorized struct + func NewScanAddressUsingGETUnauthorized() *ScanAddressUsingGETUnauthorized + func (o *ScanAddressUsingGETUnauthorized) Error() string