UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines (4 loc) 191 B
import type { CustomSource, LocalAccount } from '../../accounts/types.js' export type ZksyncSmartAccount = LocalAccount<'smartAccountZksync'> & { sign: NonNullable<CustomSource['sign']> }