isZeroAddress
@foprta/sdk / isZeroAddress
Function: isZeroAddress()
isZeroAddress(
address
):boolean
Defined in: utils/address.ts:10
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