Quai Network Docs home page
What can I build on Quai?
⌘K
Ask AI
Developer Discord
Claim Rewards
Quai Network
Quai Network
Search...
Navigation
Address
isQiAddress
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
isQiAddress
Copy
Ask AI
function
isQiAddress
(
address
)
:
boolean
Checks whether a given address is in the Qi 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 Qi ledger scope, false otherwise.
Source
address/checks.ts:126
Was this page helpful?
Yes
No
Suggest edits
Raise issue
isAddressable
isQuaiAddress
Assistant
Responses are generated using AI and may contain mistakes.