Quai Network Docs home page
English
What can I build on Quai?
⌘K
Ask AI
Developer Discord
Search...
Navigation
Address
Addressable
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
Extended by
Methods
getAddress()
Returns
Source
Address
Addressable
An interface for objects which have an address, and can resolve it asyncronously.
This allows objects such as
Signer
or
Contract
to be used most places an address can be, for example getting the
balance
.
Extended by
Signer
Methods
getAddress()
Copy
Ask AI
getAddress
():
Promise
<
string
>
Get the object address.
Returns
Promise
<
string
>
Source
address/index.ts:24
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Smart Contracts
AddressLike
Assistant
Responses are generated using AI and may contain mistakes.