UNPKG

viem

Version:

TypeScript Interface for Ethereum

10 lines 355 B
import { BaseError } from './base.js'; export class UrlRequiredError extends BaseError { constructor() { super('No URL was provided to the Transport. Please provide a valid RPC URL to the Transport.', { docsPath: '/docs/clients/intro', name: 'UrlRequiredError', }); } } //# sourceMappingURL=transport.js.map