UNPKG

opstack-kit-chains

Version:
6 lines 304 B
import type { Address } from 'abitype'; import type { ErrorType } from '../../errors/utils.js'; import type { Account } from '../types.js'; export type ParseAccountErrorType = ErrorType; export declare function parseAccount(account: Address | Account): Account; //# sourceMappingURL=parseAccount.d.ts.map