Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qu.ai/llms.txt

Use this file to discover all available pages before exploring further.

function validateAddress(address): void
Checks if the address is a valid mixed case checksummed address.

Parameters

ParameterTypeDescription
addressstringThe address to validate.

Returns

void True if the address is a valid mixed case checksummed address.

Source

address/checks.ts:108