opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
6 lines • 304 B
TypeScript
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