Quai Network Docs home page
简体中文
What can I build on Quai?
⌘K
Ask AI
Developer Discord
搜索...
Navigation
Address
Addressable
学习
构建
SDK
客户端
指南
参与贡献
入门指南
Introduction
基础知识
Addresses
Smart Contracts
Network Providers
Transactions
Wallets
示例
参考
Address
Addressable
AddressLike
computeAddress
getAddress
getCreate2Address
getCreateAddress
isAddress
isAddressable
isQiAddress
isQuaiAddress
recoverAddress
resolveAddress
validateAddress
Application Binary Interface
Constants
Contract
Crypto
Encoding
Hash
其他
Providers
Signers
Transaction
Utils
钱包
Wordlists
在此页面
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
此页面对您有帮助吗?
是
否
建议编辑
提出问题
Smart Contracts
AddressLike
助手
Responses are generated using AI and may contain mistakes.