Quai Network Docs home page
English
What can I build on Quai?
⌘K
Ask AI
Developer Discord
Search...
Navigation
Address
isQuaiAddress
Learn
Build
SDK
Client
Guides
Get Involved
Getting Started
Introduction
Fundamentals
Addresses
Smart Contracts
Network Providers
Transactions
Wallets
Examples
Reference
Address
Addressable
AddressLike
computeAddress
getAddress
getCreate2Address
getCreateAddress
isAddress
isAddressable
isQiAddress
isQuaiAddress
recoverAddress
resolveAddress
validateAddress
Application Binary Interface
Constants
Contract
Crypto
Encoding
Hash
Other
Providers
Signers
Transaction
Utils
Wallet
Wordlists
On this page
Parameters
Returns
Source
Address
isQuaiAddress
Copy
Ask AI
function
isQuaiAddress
(
address
)
:
boolean
Checks whether a given address is in the Quai ledger scope by checking the 9th bit of the address.
Parameters
Parameter
Type
Description
address
string
The address to check
Returns
boolean
True if the address is in the Quai ledger scope, false otherwise.
Source
address/checks.ts:141
Was this page helpful?
Yes
No
Suggest edits
Raise issue
isQiAddress
recoverAddress
Assistant
Responses are generated using AI and may contain mistakes.