UserOpResult
type UserOpResult = { success: boolean; transactionHash: string };
type success = boolean;
type transactionHash = string;
type UserOpResult = { success: boolean; transactionHash: string };
type success = boolean;
type transactionHash = string;