opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
4 lines • 302 B
TypeScript
import type { ExactPartial } from '../../types/utils.js';
import type { ZkSyncTransactionSerializable } from '../types/transaction.js';
export declare function assertEip712Transaction(transaction: ExactPartial<ZkSyncTransactionSerializable>): void;
//# sourceMappingURL=assertEip712Transaction.d.ts.map