isTonAddress
@bidask-protocol/sdk / isTonAddress
Variable: isTonAddress()
constisTonAddress: (address) =>boolean=isZeroAddress
Checks if an address is the TON address (alias for isZeroAddress)
Checks if an address is the zero address
Parameters
address
Address
The address to check
Returns
boolean
true if the address is the zero address, false otherwise
Param
The address to check
Returns
true if the address is the TON address, false otherwise