PaymasterResult

type PaymasterResult = {
callGasLimit?: bigint;
paymasterAndData: string;
preVerificationGas?: bigint;
verificationGasLimit?: bigint;
};