DOCS

getNativeTokenByChainId

Returns the native token for a given chain

function getNativeTokenByChainId(chainId: ChainId): NativeToken;

Parameters

Returns

type ReturnType = NativeToken;