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