coinbase_agentkit.validators package

Submodules

coinbase_agentkit.validators.eth module

Ethereum-specific validators.

coinbase_agentkit.validators.eth.validate_eth_address(value)

Validate Ethereum address format.

Parameters:

value (str) – The address to validate

Return type:

str

Returns:

The checksummed address

Raises:

ValueError – If the address is invalid

Module contents

Schema validators for AgentKit.