ZkTransactionInput

type ZkTransactionInput = {
chainId?: string;
data?: string;
from: string;
gas: string;
gasPrice?: string;
maxFeePerGas: string;
maxPriorityFeePerGas: string;
nonce?: string;
paymaster: string;
signedTransaction: string;
to: string;
value?: string;
};