UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 194 B
export function parseAccount(account) { if (typeof account === 'string') return { address: account, type: 'json-rpc' }; return account; } //# sourceMappingURL=parseAccount.js.map