UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

9 lines 216 B
export function getClient(config, parameters = {}) { let client = undefined; try { client = config.getClient(parameters); } catch { } return client; } //# sourceMappingURL=getClient.js.map