web3data.handlers.signature

This module contains the address subhandler.

class web3data.handlers.signature.SignatureHandler(initial_headers: Dict[str, str], chain: web3data.chains.Chains)[source]

Bases: web3data.handlers.base.BaseHandler

The subhandler for signature-related queries.

details(signature: str) → Dict[source]

Retrieves detailed information about the specified signature hash.

Parameters

signature – The signature string to look up

Returns

The API response parsed into a dict