Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
注意: 此页面尚未翻译成中文。以下内容为英文原版。
function isAddress(value): value is string
value
any
value is string
// Valid address isAddress('0x8ba1f109551bD432803012645Ac136ddd64DBA72'); // Invalid checksum isAddress('0x8Ba1f109551bD432803012645Ac136ddd64DBa72');
此页面对您有帮助吗?