@zetachain/toolkit / getZRC20GasToken
Function: getZRC20GasToken()
getZRC20GasToken(
this
,network
):Promise
<undefined
|string
>
Retrieves the ZRC20 contract address for the gas token of a given network.
Parameters
• this: ZetaChainClient
• network: string
The network name.
Returns
Promise
<undefined
| string
>
- The ZRC20 contract address for the gas token.